From 8e023d0ca853019b90d0dcb02533eab32f7e6e79 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 26 May 2013 18:23:09 +1000 Subject: Switch SelectionText to use a std::string to hold the data and to provide accessors to this data. Add a length argument to DropAt, although previous signature still available. --- src/ScintillaBase.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ScintillaBase.cxx') diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index 31db93eca..5d886f5a5 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -14,6 +14,7 @@ #include #include #include +#include #include "Platform.h" -- cgit v1.2.3