diff --git a/base/include/android-base/utf8.h b/base/include/android-base/utf8.h index 4b916232c..1a414ec79 100644 --- a/base/include/android-base/utf8.h +++ b/base/include/android-base/utf8.h @@ -17,6 +17,7 @@ #pragma once #ifdef _WIN32 +#include #include #else // Bring in prototypes for standard APIs so that we can import them into the utf8 namespace.