Browse Source

poly: fixed forward file

Michele Caini 4 years ago
parent
commit
039341de69
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/entt/poly/fwd.hpp

+ 1 - 0
src/entt/poly/fwd.hpp

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