Browse Source

meta_range: minor changes

Michele Caini 5 years ago
parent
commit
9070f50658
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/entt/meta/range.hpp

+ 2 - 0
src/entt/meta/range.hpp

@@ -2,6 +2,8 @@
 #define ENTT_META_RANGE_HPP
 
 
+#include <cstddef>
+#include <iterator>
 #include "internal.hpp"