Michele Caini 3 лет назад
Родитель
Сommit
92f5f97d83
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/entt/entity/handle.hpp
  2. 1 1
      src/entt/entity/snapshot.hpp

+ 1 - 1
src/entt/entity/handle.hpp

@@ -5,9 +5,9 @@
 #include <tuple>
 #include <type_traits>
 #include <utility>
+#include "../core/iterator.hpp"
 #include "../core/type_traits.hpp"
 #include "fwd.hpp"
-#include "registry.hpp"
 
 namespace entt {
 

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

@@ -14,7 +14,7 @@
 #include "component.hpp"
 #include "entity.hpp"
 #include "fwd.hpp"
-#include "registry.hpp"
+#include "view.hpp"
 
 namespace entt {