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 | 63a526d16065007457d26a577c3848c99269f0e8 (patch) | |
tree | 715b54549cbfaf4e1957b8b4c2e46393f725ae15 /qt/ScintillaEditBase/PlatQt.h | |
parent | cc8cdfa9f3707332d702eb3bacb8d3b939095a4a (diff) | |
download | scintilla-mirror-63a526d16065007457d26a577c3848c99269f0e8.tar.gz |
Extra header needed with g++ on Linux.
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 7c2ed2fa4..d83f49fb1 100644 --- a/qt/ScintillaEditBase/PlatQt.h +++ b/qt/ScintillaEditBase/PlatQt.h @@ -15,6 +15,7 @@ #include <string_view> #include <vector> +#include <memory> #include "Platform.h" |