Add missing #include <memory> for std::unique_ptr on Windows.
Change-Id: Ic02f53003a20a646cbbf2aa08e0e10be9bd8b97f
This commit is contained in:
parent
186f1dee2a
commit
a925dba0e0
|
@ -27,6 +27,8 @@
|
|||
#include <time.h>
|
||||
#include <utime.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "sysdeps.h"
|
||||
|
||||
#include "adb.h"
|
||||
|
|
Loading…
Reference in New Issue