Skip to content

Commit 9ae37ac

Browse files
authored
Merge pull request #1944 from VerdantInteractive/master
binding_generator: include core/version.hpp in core/defs.hpp
2 parents 3dd9bf1 + 799af34 commit 9ae37ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/godot_cpp/core/defs.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
#include <type_traits>
3636
#include <utility>
3737

38+
#if __has_include(<godot_cpp/core/version.hpp>)
39+
#include <godot_cpp/core/version.hpp>
40+
#endif
41+
3842
namespace godot {
3943

4044
#if !defined(GDE_EXPORT)

0 commit comments

Comments
 (0)