aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-07-21 15:24:20 +1000
committerNeil <nyamatongwe@gmail.com>2013-07-21 15:24:20 +1000
commit8e96cd004ebd7e46ab6b8c54933bba98b389b0eb (patch)
tree0475bb0ec13295b1255410e10448be2fe983166d /src
parent87e59817db5e6cfd18b07f160b4b468b196072a5 (diff)
downloadscintilla-mirror-8e96cd004ebd7e46ab6b8c54933bba98b389b0eb.tar.gz
Make compile with libc++ on OS X.
Diffstat (limited to 'src')
-rw-r--r--src/RunStyles.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RunStyles.cxx b/src/RunStyles.cxx
index fdcfc2b96..c2eae869e 100644
--- a/src/RunStyles.cxx
+++ b/src/RunStyles.cxx
@@ -10,6 +10,7 @@
#include <stdarg.h>
#include <stdexcept>
+#include <algorithm>
#include "Platform.h"