commit | d21cfab2446f07945b822641681e6b59c839158d | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Mar 10 08:58:36 2017 -0800 |
committer | Steven Moreland <smoreland@google.com> | Fri Mar 10 09:05:30 2017 -0800 |
tree | c4d5392ec02f860abdf03a57f4d1124af202a34b | |
parent | 601ccfbcb75355852e5dba40ba4d169aee2331ec [diff] [blame] |
Add missing includes. Includes are transitively imported by <string> in String8.h + String16.h but that include is being removed. Test: pass Change-Id: Ide5c011b40b4a4f031dd26ead08b5c8d5d299693
diff --git a/libutils/String16.cpp b/libutils/String16.cpp index 12bb7c4..ad335c3 100644 --- a/libutils/String16.cpp +++ b/libutils/String16.cpp
@@ -18,6 +18,8 @@ #include <utils/Log.h> +#include <ctype.h> + #include "SharedBuffer.h" namespace android {