Skip to content

Commit c26e7c9

Browse files
authored
Merge pull request #1754 from tomfull123/typed-dictionary-compilation-errors
Add method_ptrcall header include to type_info to fix compiler errors
2 parents d72baf1 + 7ffaecc commit c26e7c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/godot_cpp/core/type_info.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
#pragma once
3232

33+
#include <godot_cpp/core/method_ptrcall.hpp>
3334
#include <godot_cpp/core/object.hpp>
3435
#include <godot_cpp/variant/typed_array.hpp>
3536
#include <godot_cpp/variant/variant.hpp>

0 commit comments

Comments
 (0)