diff options
author | mitchell <unknown> | 2018-03-10 10:58:26 -0500 |
---|---|---|
committer | mitchell <unknown> | 2018-03-10 10:58:26 -0500 |
commit | c0373e036e965a70045971e2abc582cb4bf12a4e (patch) | |
tree | 24bbd02ff5a9c032157a24a4856c325398455bd4 /scripts/HeaderOrder.txt | |
parent | b086b4d30fee49c09184b2145e3a222925ac3fc8 (diff) | |
download | scintilla-mirror-c0373e036e965a70045971e2abc582cb4bf12a4e.tar.gz |
Added curses platform.
Diffstat (limited to 'scripts/HeaderOrder.txt')
-rw-r--r-- | scripts/HeaderOrder.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index af3891ba9..699963aa9 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -15,6 +15,7 @@ #include <ctype.h> #include <limits.h> #include <sys/time.h> +#include <wchar.h> // C++ wrappers of C standard library #include <cstddef> @@ -164,6 +165,9 @@ #import "ScintillaCocoa.h" #import "PlatCocoa.h" +// curses +#include "ScintillaCurses.h" + // Catch testing framework #include "catch.hpp" |