浏览代码

Merge pull request #1824 from Klaim/patch-1

fix: missing `type_traits` include
David Snopek 1 月之前
父节点
当前提交
e53489bbbe
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/godot_cpp/core/defs.hpp

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

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