diff --git a/include/boost/detail/utf8_codecvt_facet.hpp b/include/boost/detail/utf8_codecvt_facet.hpp index 13c8346..5a73e54 100644 --- a/include/boost/detail/utf8_codecvt_facet.hpp +++ b/include/boost/detail/utf8_codecvt_facet.hpp @@ -79,8 +79,8 @@ // specialized on those types for this to work. #include -#include // for mbstate_t -#include // for std::size_t +#include // for mbstate_t +#include // for std::size_t #include #include @@ -88,6 +88,7 @@ #if defined(BOOST_NO_STDC_NAMESPACE) using ::codecvt; using ::mbstate_t; + using ::size_t #endif #if !defined(__MSL_CPP__) && !defined(__LIBCOMO__)