소스 검색

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 {