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/PositionCache.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/PositionCache.cxx')
-rw-r--r-- | src/PositionCache.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index 680afbacd..9769202c6 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -11,6 +11,7 @@ #include <stdexcept> #include <string> +#include <string_view> #include <vector> #include <map> #include <algorithm> |