mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
11 lines
199 B
C++
11 lines
199 B
C++
--- src/qt/trafficgraphwidget.h.orig 2020-05-30 09:38:07 UTC
|
|
+++ src/qt/trafficgraphwidget.h
|
|
@@ -7,6 +7,7 @@
|
|
|
|
#include <QWidget>
|
|
#include <QQueue>
|
|
+#include <QPainterPath>
|
|
|
|
class ClientModel;
|
|
|