Add method_ptrcall header include to type_info to fix compiler errors

This commit is contained in:
Tom
2025-03-28 20:04:15 +00:00
parent f3deed0270
commit 7ffaecce8c

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>