diff --git a/include/boost/system/detail/generic_category.hpp b/include/boost/system/detail/generic_category_impl.hpp similarity index 100% rename from include/boost/system/detail/generic_category.hpp rename to include/boost/system/detail/generic_category_impl.hpp diff --git a/include/boost/system/error_code.hpp b/include/boost/system/error_code.hpp index 7ba24dc..33971cd 100644 --- a/include/boost/system/error_code.hpp +++ b/include/boost/system/error_code.hpp @@ -677,7 +677,7 @@ inline bool error_category::failed( int ev ) const BOOST_NOEXCEPT // generic_error_category implementation -#include +#include inline std::string boost::system::detail::generic_error_category::message( int ev ) const {