From 9f6740c61ca15c172be2d5c04b672cd0eba7d0e4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 1 Jan 2007 23:34:58 +0000 Subject: Major change to CellBuffer class with addition of Partitioning class and SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added. --- win32/ScintillaWin.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index bc7ff17b3..249e74646 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -30,6 +30,8 @@ #endif #include "ContractionState.h" #include "SVector.h" +#include "SplitVector.h" +#include "Partitioning.h" #include "CellBuffer.h" #include "CallTip.h" #include "KeyMap.h" -- cgit v1.2.3