From 60e87889d6438e386acf58c3967fb874af9aae82 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 5 Jan 2020 21:22:02 -0500 Subject: Added Sci::make_unique() and Sci::size() for better compatibility with the default branch. std::make_unique() is c++14 and std::size() is c++17. --- include/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index db25b4f17..c2ea775b2 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -1266,4 +1266,6 @@ struct SCNotification { #endif +#include "Compat.h" + #endif -- cgit v1.2.3