aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2021-04-20 14:39:30 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2021-04-20 14:39:30 +1000
commit295b9b2bc3b97aaea7099d5fbfcb36b907619f30 (patch)
tree9e29dbf241c9047698b34f7e9e4a677a5d0320dc
parentdcc4976b3a4f1827a9c516e150e00d7b0a150381 (diff)
downloadscintilla-mirror-295b9b2bc3b97aaea7099d5fbfcb36b907619f30.tar.gz
Add header to make recent change compile with Xcode.
-rw-r--r--src/ViewStyle.cxx1
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>