diff options
author | Neil Hodgson <unknown> | 2018-06-02 10:09:04 +1000 |
---|---|---|
committer | Neil Hodgson <unknown> | 2018-06-02 10:09:04 +1000 |
commit | 7ed728ef6188885e01221a6d89be7ce8707e4ac1 (patch) | |
tree | f6fe97507e33cf9a1cc8398edc1a1be017bbc18a /qt/ScintillaEditBase/PlatQt.h | |
parent | cda15451a1c1b177a18d51c4523d44db48622f6a (diff) | |
download | scintilla-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.h | 1 |
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" |