Sfoglia il codice sorgente

davey: missing includes

Michele Caini 10 mesi fa
parent
commit
6ca9c77b26
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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>