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 | 5cbf336f95db427027a72699be6f5034762515aa (patch) | |
| tree | fb8e4f0eccb49363752995c85b5b9217f340282b /src/ScintillaBase.cxx | |
| parent | 79bd92adfc0ee27029fed81efd03fb5784c60f73 (diff) | |
| download | scintilla-mirror-5cbf336f95db427027a72699be6f5034762515aa.tar.gz | |
Added the character representation feature.
Diffstat (limited to 'src/ScintillaBase.cxx')
| -rw-r--r-- | src/ScintillaBase.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index 05768799d..462d90ea4 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -14,6 +14,9 @@ #include <string> #include <vector> #include <map> +#ifndef SCINTILLA_NO_UNORDERED_MAP +#include <unordered_map> +#endif #include <algorithm> #include "Platform.h" |
