Переглянути джерело

Add method_ptrcall header include to type_info to fix compiler errors

Tom 5 місяців тому
батько
коміт
7ffaecce8c
1 змінених файлів з 1 додано та 0 видалено
  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>