aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.cxx
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
commita8abe4e6fca2dbce9b4e464111c7cfa452008e99 (patch)
treebe247127ea50e3e1f9f9db8bb20fc354e7bec271 /src/CellBuffer.cxx
parenta54f642e85ed2c7138bbf8248c12f62dc0fdb890 (diff)
downloadscintilla-mirror-a8abe4e6fca2dbce9b4e464111c7cfa452008e99.tar.gz
Need <string> for std::string.
Diffstat (limited to 'src/CellBuffer.cxx')
-rw-r--r--src/CellBuffer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx
index ffe5fe8b3..4c08b0d91 100644
--- a/src/CellBuffer.cxx
+++ b/src/CellBuffer.cxx
@@ -13,6 +13,7 @@
#include <cstdarg>
#include <stdexcept>
+#include <string>
#include <string_view>
#include <vector>
#include <algorithm>