diff options
Diffstat (limited to 'src/core/NodePath.cpp')
-rw-r--r-- | src/core/NodePath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/NodePath.cpp b/src/core/NodePath.cpp index 98c40c9..5681036 100644 --- a/src/core/NodePath.cpp +++ b/src/core/NodePath.cpp @@ -2,7 +2,7 @@ #include "String.hpp" -#include <godot/node_path.h> +#include <gdnative/node_path.h> namespace godot { |