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

Commit 42640e52 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Add missing #include <memory> for std::unique_ptr on Windows."

parents e80ec0c5 a925dba0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@
#include <time.h>
#include <utime.h>

#include <memory>

#include "sysdeps.h"

#include "adb.h"