Skip to content

Commit e53489b

Browse files
authored
Merge pull request #1824 from Klaim/patch-1
fix: missing `type_traits` include
2 parents cb3ad55 + fbe5262 commit e53489b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/godot_cpp/core/defs.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#include <cstddef>
3434
#include <cstdint>
35+
#include <type_traits>
3536
#include <utility>
3637

3738
namespace godot {

0 commit comments

Comments
 (0)