Browse Source

Merge pull request #563 from LinwoodCloud/master

Rémi Verschelde 3 years ago
parent
commit
3de367920f
3 changed files with 2 additions and 2 deletions
  1. 2 0
      include/core/Godot.hpp
  2. 0 1
      include/core/Variant.hpp
  3. 0 1
      src/core/Variant.cpp

+ 2 - 0
include/core/Godot.hpp

@@ -47,6 +47,8 @@
 
 
 #include "GodotGlobal.hpp"
 #include "GodotGlobal.hpp"
 
 
+#include <type_traits>
+
 namespace godot {
 namespace godot {
 namespace detail {
 namespace detail {
 
 

+ 0 - 1
include/core/Variant.hpp

@@ -50,7 +50,6 @@
 #include "Vector2.hpp"
 #include "Vector2.hpp"
 #include "Vector3.hpp"
 #include "Vector3.hpp"
 
 
-#include <iostream>
 
 
 namespace godot {
 namespace godot {
 
 

+ 0 - 1
src/core/Variant.cpp

@@ -37,7 +37,6 @@
 #include "GodotGlobal.hpp"
 #include "GodotGlobal.hpp"
 #include "Object.hpp"
 #include "Object.hpp"
 
 
-#include <iostream>
 
 
 namespace godot {
 namespace godot {