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