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 /src/LineMarker.cxx | |
parent | 45b004538871dcac7aa6f4a1f62a0fc3e7231693 (diff) | |
download | scintilla-mirror-793a375153519ae45ca8b3c9645fee347160d1a4.tar.gz |
Include <string_view> to allow future use in Platform interface and Unicode.
Diffstat (limited to 'src/LineMarker.cxx')
-rw-r--r-- | src/LineMarker.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LineMarker.cxx b/src/LineMarker.cxx index 7a66d5326..6f1e4b01a 100644 --- a/src/LineMarker.cxx +++ b/src/LineMarker.cxx @@ -9,6 +9,7 @@ #include <cmath> #include <stdexcept> +#include <string_view> #include <vector> #include <map> #include <algorithm> |