aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/node_path.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-08-05 09:12:53 -0300
committerJuan Linietsky2017-08-05 09:13:59 -0300
commitcfe4b30941a3388a5ee40690fd468f994180fa86 (patch)
tree2aec6acb3f64e0e235fb53e643d9d7d880548145 /modules/gdnative/godot/node_path.cpp
parentf79a5c464b95bdd274a4e9e5ff4713c7de2be011 (diff)
downloadgodot-cfe4b30941a3388a5ee40690fd468f994180fa86.tar.gz
godot-cfe4b30941a3388a5ee40690fd468f994180fa86.tar.zst
godot-cfe4b30941a3388a5ee40690fd468f994180fa86.zip
Diffstat (limited to 'modules/gdnative/godot/node_path.cpp')
-rw-r--r--modules/gdnative/godot/node_path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/godot/node_path.cpp b/modules/gdnative/godot/node_path.cpp
index e718a9e55..f4179361b 100644
--- a/modules/gdnative/godot/node_path.cpp
+++ b/modules/gdnative/godot/node_path.cpp
@@ -29,7 +29,7 @@
/*************************************************************************/
#include <godot/node_path.h>
-#include "core/path_db.h"
+#include "core/node_path.h"
#include "core/variant.h"
#ifdef __cplusplus