Index: include/support/android/locale_bionic.h =================================================================== --- include/support/android/locale_bionic.h +++ include/support/android/locale_bionic.h @@ -11,6 +11,8 @@ #ifndef _LIBCPP_SUPPORT_ANDROID_LOCALE_BIONIC_H #define _LIBCPP_SUPPORT_ANDROID_LOCALE_BIONIC_H +#include + #if defined(__BIONIC__) #ifdef __cplusplus @@ -25,6 +27,9 @@ #endif #include +#if __NDK_MAJOR__ <= 16 +#include +#endif #endif // defined(__BIONIC__) #endif // _LIBCPP_SUPPORT_ANDROID_LOCALE_BIONIC_H