diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-05-14 13:13:21 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-05-14 13:13:21 +1000 |
| commit | 793a375153519ae45ca8b3c9645fee347160d1a4 (patch) | |
| tree | 048747498474ae954488c7dbc16c3f90bf4aa2b0 /gtk | |
| parent | 45b004538871dcac7aa6f4a1f62a0fc3e7231693 (diff) | |
| download | scintilla-mirror-793a375153519ae45ca8b3c9645fee347160d1a4.tar.gz | |
Include <string_view> to allow future use in Platform interface and Unicode.
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/PlatGTK.cxx | 1 | ||||
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 1 | ||||
| -rw-r--r-- | gtk/ScintillaGTKAccessible.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index f9ee02bfc..1a9aa4c6e 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -10,6 +10,7 @@ #include <cmath> #include <string> +#include <string_view> #include <vector> #include <map> #include <memory> diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 704d7163b..43dc82704 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -15,6 +15,7 @@ #include <stdexcept> #include <new> #include <string> +#include <string_view> #include <vector> #include <map> #include <algorithm> diff --git a/gtk/ScintillaGTKAccessible.cxx b/gtk/ScintillaGTKAccessible.cxx index ffcba5608..71e08034b 100644 --- a/gtk/ScintillaGTKAccessible.cxx +++ b/gtk/ScintillaGTKAccessible.cxx @@ -58,6 +58,7 @@ #include <stdexcept> #include <new> #include <string> +#include <string_view> #include <vector> #include <map> #include <algorithm> |
