2
0
Эх сурвалжийг харах

Merge pull request #1824 from Klaim/patch-1

fix: missing `type_traits` include
David Snopek 1 сар өмнө
parent
commit
e53489bbbe

+ 1 - 0
include/godot_cpp/core/defs.hpp

@@ -32,6 +32,7 @@
 
 #include <cstddef>
 #include <cstdint>
+#include <type_traits>
 #include <utility>
 
 namespace godot {