diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2016-10-30 20:17:02 +1100 | 
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2016-10-30 20:17:02 +1100 | 
| commit | 72a8f19a7676114cc1c5ab4e593ca0a82d278fe0 (patch) | |
| tree | e6f8913cc5536331cc0a1187559fd2fd43951ede /src | |
| parent | c2b21668af643baedd2e90ad91f118e1442d7ac2 (diff) | |
| download | scintilla-mirror-72a8f19a7676114cc1c5ab4e593ca0a82d278fe0.tar.gz | |
Add header needed for std::string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CaseConvert.cxx | 1 | 
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> | 
