aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CaseConvert.cxx
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2016-10-30 20:17:02 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2016-10-30 20:17:02 +1100
commit72a8f19a7676114cc1c5ab4e593ca0a82d278fe0 (patch)
treee6f8913cc5536331cc0a1187559fd2fd43951ede /src/CaseConvert.cxx
parentc2b21668af643baedd2e90ad91f118e1442d7ac2 (diff)
downloadscintilla-mirror-72a8f19a7676114cc1c5ab4e593ca0a82d278fe0.tar.gz
Add header needed for std::string.
Diffstat (limited to 'src/CaseConvert.cxx')
-rw-r--r--src/CaseConvert.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CaseConvert.cxx b/src/CaseConvert.cxx
index e84fbdab4..4fb755903 100644
--- a/src/CaseConvert.cxx
+++ b/src/CaseConvert.cxx
@@ -11,6 +11,7 @@
#include <cstring>
#include <stdexcept>
+#include <string>
#include <vector>
#include <algorithm>