فهرست منبع

handle: include null as it ought to be

Michele Caini 3 سال پیش
والد
کامیت
79f7eaaf9a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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 {