test: fixed includes (while trying iwyu)

This commit is contained in:
Michele Caini
2022-02-01 14:35:33 +01:00
parent f1e584fad9
commit 922bfbf724
58 changed files with 100 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include <entt/core/utility.hpp>
#include <entt/core/hashed_string.hpp>
#include <entt/entity/registry.hpp>
enum class my_entity : entt::id_type {};