Explorar o código

Add method_ptrcall header include to type_info to fix compiler errors

(cherry picked from commit 7ffaecce8c0a4da2fd69ae98b3d34af8c7e5624f)
Tom hai 5 meses
pai
achega
37febead2b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/godot_cpp/core/type_info.hpp

+ 1 - 0
include/godot_cpp/core/type_info.hpp

@@ -30,6 +30,7 @@
 
 #pragma once
 
+#include <godot_cpp/core/method_ptrcall.hpp>
 #include <godot_cpp/core/object.hpp>
 #include <godot_cpp/variant/typed_array.hpp>
 #include <godot_cpp/variant/variant.hpp>