Преглед на файлове

Merge pull request #1754 from tomfull123/typed-dictionary-compilation-errors

Add method_ptrcall header include to type_info to fix compiler errors
David Snopek преди 5 месеца
родител
ревизия
c26e7c9734
променени са 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>