diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2022-01-31 20:05:46 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2022-01-31 20:05:46 +1100 |
commit | 6b3871584c3f32a8c9bd603b03c255ba01ab5059 (patch) | |
tree | c44b13fb7d40464c62b2c51e294748fff79193b4 /scripts | |
parent | 185ab609951ba9d9fc14cdb42e4ddb4e015d5a36 (diff) | |
download | scintilla-mirror-6b3871584c3f32a8c9bd603b03c255ba01ab5059.tar.gz |
Implement more unique_ptr allocation wrappers and place in new Wrappers.h header.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/HeaderOrder.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index 5ec0646a6..33beb4d7e 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -153,6 +153,7 @@ #include "ScintillaWin.h" // gtk +#include "Wrappers.h" #include "ScintillaGTK.h" #include "scintilla-marshal.h" #include "ScintillaGTKAccessible.h" |