Merge "Add missing #include <memory> for std::unique_ptr on Windows."
This commit is contained in:
commit
42640e5224
|
@ -27,6 +27,8 @@
|
|||
#include <time.h>
|
||||
#include <utime.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "sysdeps.h"
|
||||
|
||||
#include "adb.h"
|
||||
|
|
Loading…
Reference in New Issue