X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3e0999b06defc9055adbc54e222af8bc10b8691..64ea838d8f4d1853b7d850db93ee565e901d099a:/src/stc/ScintillaWX.h?ds=inline diff --git a/src/stc/ScintillaWX.h b/src/stc/ScintillaWX.h index 701f288169..a7ac8023e0 100644 --- a/src/stc/ScintillaWX.h +++ b/src/stc/ScintillaWX.h @@ -24,7 +24,10 @@ #include #include #include +#include +#include +// These are all Scintilla headers #include "Platform.h" #include "SplitVector.h" #include "Partitioning.h" @@ -33,9 +36,12 @@ #include "ScintillaWidget.h" #ifdef SCI_LEXER #include "SciLexer.h" -#include "PropSet.h" +#include "PropSetSimple.h" +#include "ILexer.h" +#include "LexerModule.h" +#include "LexAccessor.h" #include "Accessor.h" -#include "KeyWords.h" +#include "WordList.h" #endif #include "ContractionState.h" #include "SVector.h"