summarylogtreecommitdiffstats
path: root/fix-gcc10-build.patch
blob: 94b6dce3ac29259974dd65bf631874459416be2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/sources/model.h b/sources/model.h
index 6363c32..dc10a8c 100644
--- a/sources/model.h
+++ b/sources/model.h
@@ -27,6 +27,7 @@ along with qpdfview.  If not, see <http://www.gnu.org/licenses/>.
 #include <QtPlugin>
 #include <QWidget>
 #include <QVector>
+#include <QPainterPath>
 
 class QAbstractItemModel;
 class QColor;