diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2018-07-10 15:38:33 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2018-07-10 15:38:33 +1000 |
commit | 541dd48f9c4c51aeba30cd35389f2174e9b255bd (patch) | |
tree | ff731c90322879bf68e355c0c4bb3bf3eafe081c /src | |
parent | 32a326cabf20ef0c462573aa62a2bc9b33cc6854 (diff) | |
download | scintilla-mirror-541dd48f9c4c51aeba30cd35389f2174e9b255bd.tar.gz |
Backport: Need <string> for std::string.
Backport of changeset 7065:31b87a713c59.
Diffstat (limited to 'src')
-rw-r--r-- | src/CellBuffer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index 2b1ba74f8..eb56cc4eb 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -13,6 +13,7 @@ #include <cstdarg> #include <stdexcept> +#include <string> #include <vector> #include <algorithm> #include <memory> |