Browse Source

handle: include null as it ought to be

Michele Caini 3 years ago
parent
commit
79f7eaaf9a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/entt/entity/handle.hpp

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

@@ -7,6 +7,7 @@
 #include <utility>
 #include "../core/iterator.hpp"
 #include "../core/type_traits.hpp"
+#include "entity.hpp"
 #include "fwd.hpp"
 
 namespace entt {