aboutsummaryrefslogtreecommitdiff
path: root/astro/qmapshack/files/patch-src_qmapshack_helpers_CDraw.cpp
blob: e4c437f50024e68e562eca6501df8f1b6ed049aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/qmapshack/helpers/CDraw.cpp.orig	2020-05-21 11:11:11 UTC
+++ src/qmapshack/helpers/CDraw.cpp
@@ -24,6 +24,7 @@
 #include <QImage>
 #include <QPointF>
 #include <QtMath>
+#include <QPainterPath>
 
 QPen CDraw::penBorderBlue(QColor(10, 10, 150, 220), 2);
 QPen CDraw::penBorderGray(Qt::lightGray, 2);