summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libutils/String8.cpp')
-rw-r--r--libutils/String8.cpp3
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 @@
14 * limitations under the License. 14 * limitations under the License.
15 */ 15 */
16 16
17#define __STDC_LIMIT_MACROS
18#include <stdint.h>
19
17#include <utils/String8.h> 20#include <utils/String8.h>
18 21
19#include <utils/Log.h> 22#include <utils/Log.h>