From a049a34f2837ad1c672a91cfafce99d5db940753 Mon Sep 17 00:00:00 2001 From: Nickolai Korshunov Date: Sat, 24 Feb 2018 11:13:22 +0300 Subject: [PATCH] fixed forward decl --- include/core/Ref.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.