blob: 35b4e3fca2c6e124206e6403c95d69179e00a147 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --unified --recursive --text plplot-5.15.0.orig/bindings/qt_gui/plqt.cpp plplot-5.15.0.new/bindings/qt_gui/plqt.cpp
--- plplot-5.15.0.orig/bindings/qt_gui/plqt.cpp 2019-06-01 19:24:33.000000000 -0400
+++ plplot-5.15.0.new/bindings/qt_gui/plqt.cpp 2020-08-25 06:15:42.665298916 -0400
@@ -22,6 +22,8 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//
+#include <QPainterPath>
+
#include "qt.h"
// Global variables for Qt driver.
|