aboutsummaryrefslogtreecommitdiffhomepage
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
commit6a46b9acdce4362a6af8f206e1c6ae525e347f0f (patch)
tree9994f7cdc8506271683a3dc1a03c816a0f4a8852
parent7820ce6dcf054f033d243f972afb5fff1c5bdebe (diff)
downloadscintilla-mirror-6a46b9acdce4362a6af8f206e1c6ae525e347f0f.tar.gz
Make compile with libc++ on OS X.
-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"