Просмотр исходного кода

entity/mixin: add missing include

Michele Caini 3 лет назад
Родитель
Сommit
b7f0b76cef
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/entt/entity/mixin.hpp

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

@@ -1,6 +1,7 @@
 #ifndef ENTT_ENTITY_MIXIN_HPP
 #define ENTT_ENTITY_MIXIN_HPP
 
+#include <type_traits>
 #include <utility>
 #include "../config/config.h"
 #include "../core/any.hpp"