We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d79ab commit e36e81aCopy full SHA for e36e81a
3 files changed
include/godot_cpp/core/class_db.hpp
@@ -47,7 +47,6 @@
47
#include <list>
48
#include <mutex>
49
#include <set>
50
-#include <string>
51
#include <unordered_map>
52
#include <vector>
53
include/godot_cpp/core/method_bind.hpp
@@ -39,11 +39,8 @@
39
40
#include <godot_cpp/classes/global_constants.hpp>
41
42
43
44
45
-#include <iostream>
46
-
namespace godot {
class MethodBind {
src/godot.cpp
@@ -39,6 +39,8 @@
#include <godot_cpp/core/error_macros.hpp>
+#include <stdio.h>
+
namespace internal {
0 commit comments