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

Commit a925dba0 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

Change-Id: Ic02f53003a20a646cbbf2aa08e0e10be9bd8b97f
parent 186f1dee
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"