diff options
author | Abhishek Arya <aarya@google.com> | 2015-08-21 07:12:31 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-21 07:12:31 +0000 |
commit | 64e2d8c0dc2bbe3b61fc1fa3f66ae033be727b2b (patch) | |
tree | cd970228d639a36b5269c00d5e36e88df95feee3 /libutils/String8.cpp | |
parent | d1af60186bea73f93f776db5c2858f2ef5d76f13 (diff) | |
parent | 219a006f89a5448a9a6eeb1f37ad0088e85bd3f8 (diff) |
am 219a006f: am fc5fdc85: am e45d96d6: am 19398a71: am d34846b7: am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
* commit '219a006f89a5448a9a6eeb1f37ad0088e85bd3f8':
Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
Diffstat (limited to 'libutils/String8.cpp')
-rw-r--r-- | libutils/String8.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libutils/String8.cpp b/libutils/String8.cpp index 69313ead7..2d0602357 100644 --- a/libutils/String8.cpp +++ b/libutils/String8.cpp @@ -14,6 +14,9 @@ * limitations under the License. */ +#define __STDC_LIMIT_MACROS +#include <stdint.h> + #include <utils/String8.h> #include <utils/Compat.h> |