From cd8394ec657484616be0d718906e35ff28edf3de Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 30 May 2020 09:42:28 +0000 Subject: net-p2p/litecoin: prepare for Qt5-5.15 --- net-p2p/litecoin/files/patch-src_qt_trafficgraphwidget.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net-p2p/litecoin/files/patch-src_qt_trafficgraphwidget.h (limited to 'net-p2p') diff --git a/net-p2p/litecoin/files/patch-src_qt_trafficgraphwidget.h b/net-p2p/litecoin/files/patch-src_qt_trafficgraphwidget.h new file mode 100644 index 000000000000..03544b5cb436 --- /dev/null +++ b/net-p2p/litecoin/files/patch-src_qt_trafficgraphwidget.h @@ -0,0 +1,10 @@ +--- src/qt/trafficgraphwidget.h.orig 2020-05-30 09:38:07 UTC ++++ src/qt/trafficgraphwidget.h +@@ -7,6 +7,7 @@ + + #include + #include ++#include + + class ClientModel; + -- cgit