Fixed building

without this, the clang command fails
This commit is contained in:
Grosskopf
2017-12-11 16:36:03 +01:00
parent ee4729cc07
commit 575b2f4d14
2 changed files with 13 additions and 13 deletions

View File

@@ -8,13 +8,13 @@
#include <nativescript/godot_nativescript.h>
#include <CoreTypes.hpp>
#include <Variant.hpp>
#include <Ref.hpp>
#include <core/CoreTypes.hpp>
#include <core/Variant.hpp>
#include <core/Ref.hpp>
#include <Object.hpp>
#include <GodotGlobal.hpp>
#include <core/GodotGlobal.hpp>
namespace godot {