瀏覽代碼

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
 #pragma once
 
 
+#include <godot_cpp/core/method_ptrcall.hpp>
 #include <godot_cpp/core/object.hpp>
 #include <godot_cpp/core/object.hpp>
 #include <godot_cpp/variant/typed_array.hpp>
 #include <godot_cpp/variant/typed_array.hpp>
 #include <godot_cpp/variant/variant.hpp>
 #include <godot_cpp/variant/variant.hpp>