From 67947e70ed53ab18179a33a8794408f419657fe4 Mon Sep 17 00:00:00 2001 From: "r.khanov" Date: Thu, 25 Nov 2021 19:49:03 +0300 Subject: [PATCH] vlVG fix --- src/vlVG/SceneManagerVectorGraphics.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vlVG/SceneManagerVectorGraphics.hpp b/src/vlVG/SceneManagerVectorGraphics.hpp index 88c1ec34..3be0c86c 100644 --- a/src/vlVG/SceneManagerVectorGraphics.hpp +++ b/src/vlVG/SceneManagerVectorGraphics.hpp @@ -35,10 +35,10 @@ #include #include #include +#include namespace vl { - class VectorGraphics; //------------------------------------------------------------------------------------------------------------------------------------------- // SceneManagerVectorGraphics //-------------------------------------------------------------------------------------------------------------------------------------------