diff options
-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" |