|
|
@@ -1,7 +1,6 @@
|
|
|
#ifndef ENTT_ENTITY_GROUP_HPP
|
|
|
#define ENTT_ENTITY_GROUP_HPP
|
|
|
|
|
|
-#include <array>
|
|
|
#include <concepts>
|
|
|
#include <cstddef>
|
|
|
#include "../config/config.h"
|
|
|
@@ -10,6 +9,7 @@
|
|
|
#include "../core/iterator.hpp"
|
|
|
#include "../core/type_info.hpp"
|
|
|
#include "../core/type_traits.hpp"
|
|
|
+#include "../stl/array.hpp"
|
|
|
#include "../stl/iterator.hpp"
|
|
|
#include "../stl/tuple.hpp"
|
|
|
#include "../stl/type_traits.hpp"
|