Browse Source

fixed include

Michele Caini 8 years ago
parent
commit
f31790631a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/entt/entity/prototype.hpp

+ 1 - 0
src/entt/entity/prototype.hpp

@@ -7,6 +7,7 @@
 #include <cstddef>
 #include <type_traits>
 #include <unordered_map>
+#include "../config/config.h"
 #include "registry.hpp"