commit | 7d7de7c7bce16921620ef5e6c96a23bb730358db | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Aug 01 05:25:09 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 01 05:25:09 2018 +0000 |
tree | 2bfa2e6822c797a82423c359cff89744990c344e | |
parent | 5f1b531fc41e40a986687d4a1a3c66fe1716f427 [diff] | |
parent | ef5057ef4c90ca4de21e068e6f3c02796dcecc6d [diff] |
Merge "adb: win32: fix Unicode console output"
diff --git a/adb/client/bugreport.cpp b/adb/client/bugreport.cpp index 346bb4b..fe98737 100644 --- a/adb/client/bugreport.cpp +++ b/adb/client/bugreport.cpp
@@ -16,6 +16,8 @@ #define TRACE_TAG ADB +#include "sysdeps.h" + #include "bugreport.h" #include <string> @@ -24,8 +26,6 @@ #include <android-base/file.h> #include <android-base/strings.h> -#include "sysdeps.h" - #include "adb_utils.h" #include "client/file_sync_client.h"