diff options
author | Neil <nyamatongwe@gmail.com> | 2019-12-22 22:43:28 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-12-22 22:43:28 +1100 |
commit | 651e4b440ad3019a63b10d972ee36a296020e2c8 (patch) | |
tree | e3ad0055daf94ce00326e4bc34f97b80a154b8ea /scripts/HeaderOrder.txt | |
parent | 0af155eae811e515b7d4fbad8e198cdf01f6ff2f (diff) | |
download | scintilla-mirror-651e4b440ad3019a63b10d972ee36a296020e2c8.tar.gz |
Lexilla testing framework.
Diffstat (limited to 'scripts/HeaderOrder.txt')
-rw-r--r-- | scripts/HeaderOrder.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index 23c16081a..03eb3d539 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -49,6 +49,8 @@ #include <regex> #include <iostream> #include <sstream> +#include <fstream> +#include <filesystem> // POSIX #include <dlfcn.h> @@ -156,6 +158,10 @@ #include "ExternalLexer.h" +#include "Lexilla.h" +#include "TestDocument.h" +#include "LexillaAccess.h" + // Platform-specific headers // win32 |