From 069d842392251d56167e08c005d51fa9ccc12147 Mon Sep 17 00:00:00 2001 From: Vicente Date: Mon, 6 Mar 2017 14:54:51 +1100 Subject: Use several C++11 features as examples so problems with these features are seen. Features used are move constructor, unique_ptr, deleted functions, enum class, lambda expression, and range for loop. --- win32/ScintillaWin.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index ae20ac2e9..0907d7a14 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -19,6 +19,7 @@ #include #include #include +#include #undef _WIN32_WINNT #define _WIN32_WINNT 0x0500 -- cgit v1.2.3