diff options
| author | 2020-06-04 13:42:30 +0200 | |
|---|---|---|
| committer | 2020-06-04 16:40:57 +0100 | |
| commit | 7f837a786b48497680f9c7462284366d310e52b4 (patch) | |
| tree | bbb6ecc0a1d707449b424d8d2370e46e5aa002bb /src | |
| parent | CI: check file size when uploading nightly (diff) | |
| download | KVIrc-7f837a786b48497680f9c7462284366d310e52b4.tar.gz KVIrc-7f837a786b48497680f9c7462284366d310e52b4.tar.bz2 KVIrc-7f837a786b48497680f9c7462284366d310e52b4.zip | |
Fix build with Qt 5.15+
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/iograph/libkviiograph.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/iograph/libkviiograph.cpp b/src/modules/iograph/libkviiograph.cpp index 8e08bb427..265376231 100644 --- a/src/modules/iograph/libkviiograph.cpp +++ b/src/modules/iograph/libkviiograph.cpp @@ -35,6 +35,7 @@ #include <QPainter> #include <QPaintEvent> +#include <QPainterPath> #ifdef COMPILE_PSEUDO_TRANSPARENCY extern KVIRC_API QPixmap * g_pShadedChildGlobalDesktopBackground; |
