aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-03-04 09:07:49 +1100
committerNeil <nyamatongwe@gmail.com>2017-03-04 09:07:49 +1100
commitd05b0dd5c0f8699be23975b950e4d0cb2d228795 (patch)
tree09e5fac7ab1f5c2ddd6cd436ed046bad5bdfed9a
parent14c9bcc7dc7d5a8577136baad5b43c6bc311312d (diff)
downloadscintilla-mirror-d05b0dd5c0f8699be23975b950e4d0cb2d228795.tar.gz
Add include to allow #6138 to build on Windows.
-rw-r--r--win32/HanjaDic.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/HanjaDic.cxx b/win32/HanjaDic.cxx
index dbb755fb1..ef8cf2bb5 100644
--- a/win32/HanjaDic.cxx
+++ b/win32/HanjaDic.cxx
@@ -6,6 +6,8 @@
// Copyright 2015 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
+#include <string>
+
#include <windows.h>
#include "UniConversion.h"