diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2021-04-20 14:39:30 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2021-04-20 14:39:30 +1000 |
commit | 295b9b2bc3b97aaea7099d5fbfcb36b907619f30 (patch) | |
tree | 9e29dbf241c9047698b34f7e9e4a677a5d0320dc /src | |
parent | dcc4976b3a4f1827a9c516e150e00d7b0a150381 (diff) | |
download | scintilla-mirror-295b9b2bc3b97aaea7099d5fbfcb36b907619f30.tar.gz |
Add header to make recent change compile with Xcode.
Diffstat (limited to 'src')
-rw-r--r-- | src/ViewStyle.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index aa6779728..5645e47fc 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -10,6 +10,7 @@ #include <cstring> #include <stdexcept> +#include <string> #include <string_view> #include <vector> #include <map> |