Explorar o código

enum: add missing include

skypjack hai 1 mes
pai
achega
100edffc96
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/entt/core/enum.hpp

+ 1 - 0
src/entt/core/enum.hpp

@@ -1,6 +1,7 @@
 #ifndef ENTT_CORE_ENUM_HPP
 #ifndef ENTT_CORE_ENUM_HPP
 #define ENTT_CORE_ENUM_HPP
 #define ENTT_CORE_ENUM_HPP
 
 
+#include <concepts>
 #include <type_traits>
 #include <type_traits>
 
 
 namespace entt {
 namespace entt {