Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73c589bc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Adds missing standard include <memory> for std::shared_ptr<>." into main am: 8ae06af2

parents 35e03999 8ae06af2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <private/performance_hint_private.h>

#include <future>
#include <memory>
#include <optional>
#include <vector>