commit | bdc2b5fa304a5e459d665a01b143eda93db2543f | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Thu Oct 11 10:24:49 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 11 10:24:49 2018 -0700 |
tree | 9fb5f686ce4aaad08336e79c835441fc9679c0d3 | |
parent | ff229321fd6fe89795e11cb0557e9fc66d369a12 [diff] | |
parent | 18a1606a883fb5de1f8af403cda6a44976a2b80d [diff] |
Add sys/types.h in utf8.h am: 18a1606a88 Change-Id: I1be3c77db48c92f3e8d0b4a1b567e136c9aee5e6
diff --git a/base/include/android-base/utf8.h b/base/include/android-base/utf8.h index 4b91623..1a414ec 100644 --- a/base/include/android-base/utf8.h +++ b/base/include/android-base/utf8.h
@@ -17,6 +17,7 @@ #pragma once #ifdef _WIN32 +#include <sys/types.h> #include <string> #else // Bring in prototypes for standard APIs so that we can import them into the utf8 namespace.