Files
ports/science/elmerfem/files/patch-ElmerGUI_Application_twod_renderarea.cpp
T
Loïc Bartoletti 1cc821b854 science/elmerfem: Prepare for Qt5.15
PR:             247010
Approved by:    tcberner (mentor, implicit)
Differential Revision:  https://reviews.freebsd.org/D25412
2020-06-23 15:49:30 +00:00

11 lines
410 B
C++

--- ElmerGUI/Application/twod/renderarea.cpp.orig 2020-06-23 12:25:41 UTC
+++ ElmerGUI/Application/twod/renderarea.cpp
@@ -38,6 +38,7 @@
* *
*****************************************************************************/
#include <QPainter>
+#include <QPainterPath>
#include <QMouseEvent>
#include <QFile>
#include <QTextStream>