diff options
author | Elliott Hughes <enh@google.com> | 2015-07-29 14:02:29 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-07-29 14:31:54 -0700 |
commit | 1f8bc86a7d1c49cd666c5f80d1507e6351a65aa0 (patch) | |
tree | faecdb6502d78ddbb476d793e3287347f77780cb /libutils/String8.cpp | |
parent | c0e8d0fc50dc635c6723497900cf3b0d2eb572dc (diff) |
Move libutils off AndroidConfig.h.
Change-Id: Ia0e4a4f968c640eb44317821d2dc6b195f9f490e
Diffstat (limited to 'libutils/String8.cpp')
-rw-r--r-- | libutils/String8.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libutils/String8.cpp b/libutils/String8.cpp index 3323b82a5..28be60fb5 100644 --- a/libutils/String8.cpp +++ b/libutils/String8.cpp @@ -16,6 +16,7 @@ #include <utils/String8.h> +#include <utils/Compat.h> #include <utils/Log.h> #include <utils/Unicode.h> #include <utils/SharedBuffer.h> |