Kaynağa Gözat

entity: added missing includes

Michele Caini 4 yıl önce
ebeveyn
işleme
6ff8add164
2 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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"