From e0dce90b0de2b2b7c2baae8035f810a55526effb Mon Sep 17 00:00:00 2001
From: Abhishek Arya <aarya@google.com>
Date: Thu, 20 Aug 2015 17:38:16 -0700
Subject: [PATCH] Fix compile failure after
 rIfe1dc0791040150132bea6884f1e6c8d31972d1b

Bug: 23290056
Change-Id: If6e22b0159de6635a8ca5305895b7718f15becc7
---
 libutils/String8.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libutils/String8.cpp b/libutils/String8.cpp
index e5a48e55a6..bb068256b0 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>
-- 
GitLab