diff --git a/include/__locale b/include/__locale index bf0d0e1b..c9cd31a2 100644 --- a/include/__locale +++ b/include/__locale @@ -302,7 +302,7 @@ locale::operator()(const basic_string<_CharT, _Traits, _Allocator>& __x, class _LIBCPP_VISIBLE ctype_base { public: - typedef __uint32_t mask; + typedef std::uint32_t mask; #if __APPLE__ static const mask space = _CTYPE_S;