From e0dce90b0de2b2b7c2baae8035f810a55526effb Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Thu, 20 Aug 2015 17:38:16 -0700 Subject: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b Bug: 23290056 Change-Id: If6e22b0159de6635a8ca5305895b7718f15becc7 --- libutils/String8.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libutils/String8.cpp') diff --git a/libutils/String8.cpp b/libutils/String8.cpp index e5a48e55a..bb068256b 100644 --- a/libutils/String8.cpp +++ b/libutils/String8.cpp @@ -14,6 +14,9 @@ * limitations under the License. */ +#define __STDC_LIMIT_MACROS +#include + #include #include -- cgit v1.2.3-54-g00ecf