diff --git a/include/core/Ref.hpp b/include/core/Ref.hpp index 254da3e3..365c3ec2 100644 --- a/include/core/Ref.hpp +++ b/include/core/Ref.hpp @@ -3,10 +3,9 @@ #include "Variant.hpp" #include "GodotGlobal.hpp" +#include "../Reference.hpp" namespace godot { -class Reference; -class Object; // Replicates Godot's Ref behavior // Rewritten from f5234e70be7dec4930c2d5a0e829ff480d044b1d.