forked from pool/bitcoin
e0ffd9de84
- Add fix-qpainterpath.patch - Add -fcommon to allow building against GCC10 OBS-URL: https://build.opensuse.org/request/show/815500 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=32
11 lines
308 B
Diff
11 lines
308 B
Diff
--- bitcoin-0.20.0/src/qt/trafficgraphwidget.cpp.orig 2020-06-17 13:42:31.658215250 +0200
|
|
+++ bitcoin-0.20.0/src/qt/trafficgraphwidget.cpp 2020-06-17 13:42:39.286235611 +0200
|
|
@@ -7,6 +7,7 @@
|
|
#include <qt/clientmodel.h>
|
|
|
|
#include <QPainter>
|
|
+#include <QPainterPath>
|
|
#include <QColor>
|
|
#include <QTimer>
|
|
|