From 7fc61a28a88ada9a9387bf01fb7a51e05cd97ca6 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Wed, 16 Nov 2016 12:16:15 +0200 Subject: [PATCH] Include a forward declaration of the StackStrF type. --- source/SqBase.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/SqBase.hpp b/source/SqBase.hpp index eaf1ff94..8ff02bbe 100644 --- a/source/SqBase.hpp +++ b/source/SqBase.hpp @@ -140,6 +140,7 @@ namespace Sqrat { class Object; class Table; class Function; + class StackStrF; } // Namespace:: Sqrat /* ------------------------------------------------------------------------------------------------