Browse Source

davey: missing includes

Michele Caini 1 năm trước cách đây
mục cha
commit
6ca9c77b26
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      tools/entt/davey/davey.hpp

+ 2 - 0
tools/entt/davey/davey.hpp

@@ -2,8 +2,10 @@
 #define ENTT_DAVEY_DAVEY_HPP
 
 #include <string>
+#include <entt/entity/mixin.hpp>
 #include <entt/entity/registry.hpp>
 #include <entt/entity/sparse_set.hpp>
+#include <entt/entity/storage.hpp>
 #include <entt/locator/locator.hpp>
 #include <entt/meta/context.hpp>
 #include <entt/meta/meta.hpp>