commit | 52126a414b9f6b7dd0465a80d51040cc3bb44133 | [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 | 24f9fc7feed8735aea1588940a63c636e07e1ee8 [diff] | |
parent | 771ba0c057252d53955665ea1150e365e731543e [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"