From 85728a79afa06bc7d44a931225a9231efb55df74 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Thu, 26 Mar 2015 14:57:52 +0100 Subject: [PATCH] Properly add StreamReader class It already comes in via the inclusion of BasicBlock but Function needs it on it's own --- src/core/Function.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Function.hxx b/src/core/Function.hxx index ab8c0c9..98417de 100644 --- a/src/core/Function.hxx +++ b/src/core/Function.hxx @@ -6,6 +6,7 @@ class InformationManager; class QXmlStreamWriter; +class QXmlStreamReader; class Function { public: -- 2.39.2