Ver Fonte

entity: added missing includes

Michele Caini há 4 anos atrás
pai
commit
6ff8add164
2 ficheiros alterados com 2 adições e 0 exclusões
  1. 1 0
      src/entt/entity/group.hpp
  2. 1 0
      src/entt/entity/snapshot.hpp

+ 1 - 0
src/entt/entity/group.hpp

@@ -7,6 +7,7 @@
 #include "../config/config.h"
 #include "../core/iterator.hpp"
 #include "../core/type_traits.hpp"
+#include "component.hpp"
 #include "entity.hpp"
 #include "fwd.hpp"
 #include "sparse_set.hpp"

+ 1 - 0
src/entt/entity/snapshot.hpp

@@ -11,6 +11,7 @@
 #include "../config/config.h"
 #include "../container/dense_hash_map.hpp"
 #include "../core/type_traits.hpp"
+#include "component.hpp"
 #include "entity.hpp"
 #include "fwd.hpp"
 #include "registry.hpp"