diff --git a/include/boost/detail/utf8_codecvt_facet.hpp b/include/boost/detail/utf8_codecvt_facet.hpp index 5a73e54..1de932c 100644 --- a/include/boost/detail/utf8_codecvt_facet.hpp +++ b/include/boost/detail/utf8_codecvt_facet.hpp @@ -86,9 +86,11 @@ #include #if defined(BOOST_NO_STDC_NAMESPACE) +namespace std { using ::codecvt; using ::mbstate_t; using ::size_t +} #endif #if !defined(__MSL_CPP__) && !defined(__LIBCOMO__)