diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2017-07-12 15:40:23 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2017-07-12 15:40:23 +1000 |
commit | d7958f2d8991ddbeb690dc057d6ae6c427d10289 (patch) | |
tree | 84389ca15b088ec377171e47a9062e8ace76f722 /qt/ScintillaEditBase/PlatQt.h | |
parent | 9bb808bf1eea44ee2034e84de14766884a3ad353 (diff) | |
download | scintilla-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.h | 1 |
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> |