diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-22 19:36:55 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-22 19:36:55 +1000 |
commit | 199d7ee000fcb1ce24d3f4a919dc825e6c0d2f45 (patch) | |
tree | 12c648fe19907c70867438641fa36ee550923847 /win32/ScintillaWin.cxx | |
parent | 47792a5650ed6c70b05ccf1c33cce015d032bd04 (diff) | |
download | scintilla-mirror-199d7ee000fcb1ce24d3f4a919dc825e6c0d2f45.tar.gz |
Added the character representation feature.
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r-- | win32/ScintillaWin.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 2386f1c48..0509539fc 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -16,6 +16,9 @@ #include <string> #include <vector> #include <map> +#ifndef SCINTILLA_NO_UNORDERED_MAP +#include <unordered_map> +#endif #include <algorithm> #undef _WIN32_WINNT |