From 793a375153519ae45ca8b3c9645fee347160d1a4 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 14 May 2018 13:13:21 +1000 Subject: Include to allow future use in Platform interface and Unicode. --- win32/HanjaDic.cxx | 1 + win32/PlatWin.cxx | 1 + win32/ScintillaWin.cxx | 1 + 3 files changed, 3 insertions(+) (limited to 'win32') diff --git a/win32/HanjaDic.cxx b/win32/HanjaDic.cxx index ccc303a99..b55b91d8c 100644 --- a/win32/HanjaDic.cxx +++ b/win32/HanjaDic.cxx @@ -7,6 +7,7 @@ // The License.txt file describes the conditions under which this software may be distributed. #include +#include #include diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 57ef26e6c..ccfb65e32 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -16,6 +16,7 @@ #include #include +#include #include #include #include diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 4335c1164..bcb078e86 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3