From 4c22cdbe64a4024053c202521b69524c655a2c5d Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 29 Mar 2019 08:11:45 +1100 Subject: Backport: Include "CharacterCategory.h" in all files that include "Document.h" as it will be needed for adding a CharacterCategory feature. Backport of changeset 7391:9d98d77e920f. --- win32/ScintillaWin.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 018df27e0..9bb878417 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -52,6 +52,7 @@ #include "SciLexer.h" #endif #include "StringCopy.h" +#include "CharacterCategory.h" #ifdef SCI_LEXER #include "LexerModule.h" #endif -- cgit v1.2.3