aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2022-01-31 20:05:46 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2022-01-31 20:05:46 +1100
commit6b3871584c3f32a8c9bd603b03c255ba01ab5059 (patch)
treec44b13fb7d40464c62b2c51e294748fff79193b4 /scripts
parent185ab609951ba9d9fc14cdb42e4ddb4e015d5a36 (diff)
downloadscintilla-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.txt1
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"