diff --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp --- a/libcxx/src/locale.cpp +++ b/libcxx/src/locale.cpp @@ -25,6 +25,10 @@ #include "typeinfo" #include "vector" +#ifdef _AIX +#include +#endif + #if defined(_LIBCPP_MSVCRT) # define _CTYPE_DISABLE_MACROS #endif