#ifndef ENTT_STL_VECTOR_HPP #define ENTT_STL_VECTOR_HPP #include "../config/config.h" #include <vector> /*! @cond ENTT_INTERNAL */ namespace entt::stl { using std::vector; } // namespace entt::stl /*! @endcond */ #endif