diff options
author | Abhishek Arya <aarya@google.com> | 2015-08-21 06:29:00 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-21 06:29:00 +0000 |
commit | 19398a712c53d27aaa2122cfae5d54168b8df0c9 (patch) | |
tree | 039eac423dc54b5de1af03e0829b288ebf6b0f37 /libutils/String8.cpp | |
parent | a1a22b5736d5ad71531fd07d5c4103585e8e8977 (diff) | |
parent | d34846b70b7f6eb167722d45e0c717fa64116e90 (diff) |
am d34846b7: am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
* commit 'd34846b70b7f6eb167722d45e0c717fa64116e90':
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 574165386..d4f5c7892 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/Log.h> |