From a2b94063c1ece22ae964e3b9ea5b8be8938720e4 Mon Sep 17 00:00:00 2001 From: Bernhard Liebl Date: Thu, 22 Oct 2020 20:57:28 +0200 Subject: [PATCH] Fix incomplete declaration of QPainterPath --- src/core/Animators/graphanimator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Animators/graphanimator.h b/src/core/Animators/graphanimator.h index 72ac703c6..e53b97399 100755 --- a/src/core/Animators/graphanimator.h +++ b/src/core/Animators/graphanimator.h @@ -17,6 +17,7 @@ #ifndef GRAPHANIMATOR_H #define GRAPHANIMATOR_H #include "animator.h" +#include #define GetAsGK(key) static_cast(key) class GraphKey;