Michele Caini 3 лет назад
Родитель
Сommit
54ae48936f
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      src/entt/meta/meta.hpp
  2. 1 0
      src/entt/meta/utility.hpp

+ 1 - 1
src/entt/meta/meta.hpp

@@ -13,7 +13,7 @@
 #include "../core/type_info.hpp"
 #include "../core/type_traits.hpp"
 #include "../core/utility.hpp"
-#include "../locator/locator.hpp" // TODO
+#include "../locator/locator.hpp"
 #include "adl_pointer.hpp"
 #include "context.hpp"
 #include "fwd.hpp"

+ 1 - 0
src/entt/meta/utility.hpp

@@ -6,6 +6,7 @@
 #include <type_traits>
 #include <utility>
 #include "../core/type_traits.hpp"
+#include "../locator/locator.hpp"
 #include "meta.hpp"
 #include "node.hpp"
 #include "policy.hpp"