Browse Source

meta: minor changes

Michele Caini 3 years ago
parent
commit
5799f407ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/meta/resolve.hpp

+ 1 - 1
src/entt/meta/resolve.hpp

@@ -1,7 +1,7 @@
 #ifndef ENTT_META_RESOLVE_HPP
 #define ENTT_META_RESOLVE_HPP
 
-#include <algorithm>
+#include <type_traits>
 #include "../core/type_info.hpp"
 #include "ctx.hpp"
 #include "meta.hpp"