#ifndef ENTT_STL_STRING_HPP #define ENTT_STL_STRING_HPP /*! @cond ENTT_INTERNAL */ #if __has_include() # include #else # include namespace entt::stl { using std::string; } // namespace entt::stl #endif /*! @endcond */ #endif