diff --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp --- a/libcxx/src/locale.cpp +++ b/libcxx/src/locale.cpp @@ -28,6 +28,10 @@ # include "cwctype" #endif +#if defined(_AIX) +# include // for __lc_ctype_ptr +#endif + #if defined(_LIBCPP_MSVCRT) # define _CTYPE_DISABLE_MACROS #endif