From ef45623ebdaff9324a241ae02519c6fe5a67ee12 Mon Sep 17 00:00:00 2001 From: Andreas Stallinger Date: Thu, 16 Jul 2020 23:22:21 +0200 Subject: [PATCH] add include for QPainterPath to build with Qt 5.15 the include of QPainterPath is needed --- src/contourtopartconverter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/contourtopartconverter.cpp b/src/contourtopartconverter.cpp index 3b7e3d73..91976f13 100644 --- a/src/contourtopartconverter.cpp +++ b/src/contourtopartconverter.cpp @@ -1,5 +1,6 @@ #include #include +#include #include #include #include