1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix build against Qt 5.15
Author: António Rodrigues Tomé, Alan W. Irwin <airwin@users.sourceforge.net>
Origin: upstream, https://sourceforge.net/p/plplot/plplot/ci/2aa2e1bdae9f75dbf74dc970e80834081fb3d0de/
Forwarded: not-needed
Reviewed-By: Rafael Laboissière <rafael@debian.org>
Last-Update: 2020-11-05
--- plplot-5.15.0+dfsg.orig/include/qt.h
+++ plplot-5.15.0+dfsg/include/qt.h
@@ -67,6 +67,7 @@
#include <QMainWindow>
#include <QPicture>
#include <QMutex>
+#include <QPainterPath>
#include "plDevs.h"
#include "plplotP.h"
|