diff options
author | Neil <nyamatongwe@gmail.com> | 2017-03-04 09:07:49 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-03-04 09:07:49 +1100 |
commit | d05b0dd5c0f8699be23975b950e4d0cb2d228795 (patch) | |
tree | 09e5fac7ab1f5c2ddd6cd436ed046bad5bdfed9a /win32/HanjaDic.cxx | |
parent | 14c9bcc7dc7d5a8577136baad5b43c6bc311312d (diff) | |
download | scintilla-mirror-d05b0dd5c0f8699be23975b950e4d0cb2d228795.tar.gz |
Add include to allow #6138 to build on Windows.
Diffstat (limited to 'win32/HanjaDic.cxx')
-rw-r--r-- | win32/HanjaDic.cxx | 2 |
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" |