diff --git a/include/core/Godot.hpp b/include/core/Godot.hpp index 4a7f26ca..265bc714 100644 --- a/include/core/Godot.hpp +++ b/include/core/Godot.hpp @@ -47,6 +47,8 @@ #include "GodotGlobal.hpp" +#include + namespace godot { namespace detail { diff --git a/include/core/Variant.hpp b/include/core/Variant.hpp index 4af6d64c..d2c19e08 100644 --- a/include/core/Variant.hpp +++ b/include/core/Variant.hpp @@ -50,7 +50,6 @@ #include "Vector2.hpp" #include "Vector3.hpp" -#include namespace godot { diff --git a/src/core/Variant.cpp b/src/core/Variant.cpp index 6f947525..136b7433 100644 --- a/src/core/Variant.cpp +++ b/src/core/Variant.cpp @@ -37,7 +37,6 @@ #include "GodotGlobal.hpp" #include "Object.hpp" -#include namespace godot {