aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.h
diff options
context:
space:
mode:
authorNeil Hodgson <unknown>2018-06-02 10:09:04 +1000
committerNeil Hodgson <unknown>2018-06-02 10:09:04 +1000
commit7ed728ef6188885e01221a6d89be7ce8707e4ac1 (patch)
treef6fe97507e33cf9a1cc8398edc1a1be017bbc18a /qt/ScintillaEditBase/PlatQt.h
parentcda15451a1c1b177a18d51c4523d44db48622f6a (diff)
downloadscintilla-mirror-7ed728ef6188885e01221a6d89be7ce8707e4ac1.tar.gz
Backport: Extra header needed with g++ on Linux.
Backport of changeset 7016:ae8936026bdf.
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 345538bb0..26ea7406f 100644
--- a/qt/ScintillaEditBase/PlatQt.h
+++ b/qt/ScintillaEditBase/PlatQt.h
@@ -14,6 +14,7 @@
#include <cstddef>
#include <vector>
+#include <memory>
#include "Platform.h"