diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-09-27 11:41:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 11:41:41 +0200 |
| commit | 3de367920fa30d3f1214c0b23bb6e71e56121d67 (patch) | |
| tree | abefca71eb312ec41d4ba13203921497a8e3a6fe /include/core | |
| parent | 055f3141f8fccbd2bf46297558145c0a5ecbf865 (diff) | |
| parent | 3fe276c02f25a3d1a6b65429d20f2fda2892de7d (diff) | |
| download | redot-cpp-3de367920fa30d3f1214c0b23bb6e71e56121d67.tar.gz | |
Merge pull request #563 from LinwoodCloud/master
Diffstat (limited to 'include/core')
| -rw-r--r-- | include/core/Godot.hpp | 2 | ||||
| -rw-r--r-- | include/core/Variant.hpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/core/Godot.hpp b/include/core/Godot.hpp index 4a7f26c..265bc71 100644 --- a/include/core/Godot.hpp +++ b/include/core/Godot.hpp @@ -47,6 +47,8 @@ #include "GodotGlobal.hpp" +#include <type_traits> + namespace godot { namespace detail { diff --git a/include/core/Variant.hpp b/include/core/Variant.hpp index 4af6d64..d2c19e0 100644 --- a/include/core/Variant.hpp +++ b/include/core/Variant.hpp @@ -50,7 +50,6 @@ #include "Vector2.hpp" #include "Vector3.hpp" -#include <iostream> namespace godot { |
