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