From 199d7ee000fcb1ce24d3f4a919dc825e6c0d2f45 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 22 Jul 2013 19:36:55 +1000 Subject: Added the character representation feature. --- cocoa/ScintillaCocoa.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cocoa') diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 9b2c9fa1e..cddce4b5b 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -21,6 +21,9 @@ #include #include +#ifndef SCINTILLA_NO_UNORDERED_MAP +#include +#endif #include "ILexer.h" -- cgit v1.2.3