Add method_ptrcall header include to type_info to fix compiler errors

(cherry picked from commit 7ffaecce8c)
This commit is contained in:
Tom
2025-03-28 20:04:15 +00:00
committed by David Snopek
parent 940fdea07f
commit 37febead2b

View File

@@ -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>