Browse Source

entity: include fwd.hpp from entity.hpp (close #790)

Michele Caini 4 năm trước cách đây
mục cha
commit
8fdd063f00
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/entt/entity/entity.hpp

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

@@ -5,6 +5,7 @@
 #include <cstdint>
 #include <type_traits>
 #include "../config/config.h"
+#include "fwd.hpp"
 
 namespace entt {