aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/api_generator.cpp
diff options
context:
space:
mode:
authorEmmanuel Leblond2017-10-08 23:47:38 +0200
committerEmmanuel Leblond2017-10-17 10:50:13 +0200
commite715be0f0a307e36cd34dbee6ba3dfe83b72fead (patch)
treea6b18e480217efef7e6358957735c0f25d88bbf0 /modules/gdnative/nativescript/api_generator.cpp
parent0d0cb01f3385d512de0f91b0d73706a3380ec063 (diff)
downloadgodot-e715be0f0a307e36cd34dbee6ba3dfe83b72fead.tar.gz
godot-e715be0f0a307e36cd34dbee6ba3dfe83b72fead.tar.zst
godot-e715be0f0a307e36cd34dbee6ba3dfe83b72fead.zip
Diffstat (limited to 'modules/gdnative/nativescript/api_generator.cpp')
-rw-r--r--modules/gdnative/nativescript/api_generator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/nativescript/api_generator.cpp b/modules/gdnative/nativescript/api_generator.cpp
index 9a956ff59..63fb71feb 100644
--- a/modules/gdnative/nativescript/api_generator.cpp
+++ b/modules/gdnative/nativescript/api_generator.cpp
@@ -31,7 +31,7 @@
#ifdef TOOLS_ENABLED
-#include "class_db.h"
+#include "core/class_db.h"
#include "core/global_constants.h"
#include "core/pair.h"
#include "core/project_settings.h"