diff --git a/include/godot_cpp/core/class_db.hpp b/include/godot_cpp/core/class_db.hpp index 262dbecc1..a5d209741 100644 --- a/include/godot_cpp/core/class_db.hpp +++ b/include/godot_cpp/core/class_db.hpp @@ -44,7 +44,7 @@ // Needs to come after method_bind and object have been included. #include -#include +#include #include #include #include @@ -65,7 +65,7 @@ namespace godot { struct MethodDefinition { StringName name; - std::list args; + List args; MethodDefinition() {} MethodDefinition(StringName p_name) : name(p_name) {}