From 86266d4700632860705fc2d4e88d4be4f5228be1 Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 16 Apr 2019 22:50:17 -0400 Subject: Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed of character category features. Backport of changeset 7392:2832adedd0f4, but with added includes for Sci::clamp(). --- curses/ScintillaCurses.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'curses') diff --git a/curses/ScintillaCurses.cxx b/curses/ScintillaCurses.cxx index 1c69801d1..a39ccbec3 100644 --- a/curses/ScintillaCurses.cxx +++ b/curses/ScintillaCurses.cxx @@ -22,6 +22,7 @@ #include "ILoader.h" #include "ILexer.h" #include "Scintilla.h" +#include "CharacterCategory.h" #include "Position.h" #include "UniqueString.h" #include "SplitVector.h" -- cgit v1.2.3