|
|
@@ -1,8 +1,13 @@
|
|
|
#include <algorithm>
|
|
|
#include <iterator>
|
|
|
#include <tuple>
|
|
|
+#include <type_traits>
|
|
|
#include <utility>
|
|
|
#include <gtest/gtest.h>
|
|
|
+#include <entt/core/any.hpp>
|
|
|
+#include <entt/core/hashed_string.hpp>
|
|
|
+#include <entt/core/type_info.hpp>
|
|
|
+#include <entt/entity/entity.hpp>
|
|
|
#include <entt/entity/registry.hpp>
|
|
|
#include <entt/entity/view.hpp>
|
|
|
#include "../common/pointer_stable.h"
|