commit | 2e830e3a1b57741c32bfb3e7d7856aa7b8ec8d3e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Aug 24 21:56:37 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Mon Aug 24 21:56:37 2015 +0000 |
tree | 155f54c9828362bdf2765432de94438c6d10b2bb | |
parent | 6b9d8a463ff910e3be0069bf8617a0b64e73629f [diff] | |
parent | 8d327bfb83a8a3cbf53444dbd24bf93085d3c89d [diff] |
am 42640e52: Merge "Add missing #include <memory> for std::unique_ptr on Windows." * commit '42640e5224a861690de006952470451d18337256': Add missing #include <memory> for std::unique_ptr on Windows.
diff --git a/adb/file_sync_client.cpp b/adb/file_sync_client.cpp index c83845c..ab11619 100644 --- a/adb/file_sync_client.cpp +++ b/adb/file_sync_client.cpp
@@ -27,6 +27,8 @@ #include <time.h> #include <utime.h> +#include <memory> + #include "sysdeps.h" #include "adb.h"