diff options
author | Elliott Hughes <enh@google.com> | 2015-07-30 00:16:28 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-07-30 00:16:28 +0000 |
commit | 0e252720b2b7b6a5e7cab9dee1e8c6144a9ad662 (patch) | |
tree | 2d4cf0451ac36e9aca2b178c0c75579307c016e7 /tools/aapt/Main.cpp | |
parent | bafb51305731fd837b12878fffabe8885239ea10 (diff) | |
parent | e528f048689868a2d4dfdf23b553fe536acd15cd (diff) |
am e528f048: am 84a04d52: Merge "Move frameworks/base/tools/ off AndroidConfig.h."
* commit 'e528f048689868a2d4dfdf23b553fe536acd15cd':
Move frameworks/base/tools/ off AndroidConfig.h.
Diffstat (limited to 'tools/aapt/Main.cpp')
-rw-r--r-- | tools/aapt/Main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/Main.cpp b/tools/aapt/Main.cpp index f832c605376c..bcf0d5e53c07 100644 --- a/tools/aapt/Main.cpp +++ b/tools/aapt/Main.cpp @@ -6,6 +6,7 @@ #include "Main.h" #include "Bundle.h" +#include <utils/Compat.h> #include <utils/Log.h> #include <utils/threads.h> #include <utils/List.h> |