aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2018-07-10 15:38:33 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2018-07-10 15:38:33 +1000
commit541dd48f9c4c51aeba30cd35389f2174e9b255bd (patch)
treeff731c90322879bf68e355c0c4bb3bf3eafe081c /src
parent32a326cabf20ef0c462573aa62a2bc9b33cc6854 (diff)
downloadscintilla-mirror-541dd48f9c4c51aeba30cd35389f2174e9b255bd.tar.gz
Backport: Need <string> for std::string.
Backport of changeset 7065:31b87a713c59.
Diffstat (limited to 'src')
-rw-r--r--src/CellBuffer.cxx1
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>