From 7ffaecce8c0a4da2fd69ae98b3d34af8c7e5624f Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 28 Mar 2025 20:04:15 +0000 Subject: [PATCH] Add method_ptrcall header include to type_info to fix compiler errors --- include/godot_cpp/core/type_info.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/godot_cpp/core/type_info.hpp b/include/godot_cpp/core/type_info.hpp index 59ad87e4b..e584aab31 100644 --- a/include/godot_cpp/core/type_info.hpp +++ b/include/godot_cpp/core/type_info.hpp @@ -30,6 +30,7 @@ #pragma once +#include #include #include #include