Преглед изворни кода

entity: add missing include

skypjack пре 1 месец
родитељ
комит
d13851f3b9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/entt/entity/entity.hpp

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

@@ -2,6 +2,7 @@
 #define ENTT_ENTITY_ENTITY_HPP
 
 #include <bit>
+#include <concepts>
 #include <cstddef>
 #include <cstdint>
 #include <type_traits>