aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2017-07-12 15:40:23 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2017-07-12 15:40:23 +1000
commitd7958f2d8991ddbeb690dc057d6ae6c427d10289 (patch)
tree84389ca15b088ec377171e47a9062e8ace76f722 /qt/ScintillaEditBase/PlatQt.h
parent9bb808bf1eea44ee2034e84de14766884a3ad353 (diff)
downloadscintilla-mirror-d7958f2d8991ddbeb690dc057d6ae6c427d10289.tar.gz
Backport: Add include needed to build with Qt 5.7.1 on Fedora 26 Linux.
Backport of changeset 6343:41097105f214.
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.h')
-rw-r--r--qt/ScintillaEditBase/PlatQt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h
index bb9da3940..ae9a015bc 100644
--- a/qt/ScintillaEditBase/PlatQt.h
+++ b/qt/ScintillaEditBase/PlatQt.h
@@ -13,6 +13,7 @@
#include "Platform.h"
+#include <QUrl>
#include <QPaintDevice>
#include <QPainter>
#include <QHash>