diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-21 15:24:20 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-21 15:24:20 +1000 |
commit | 6a46b9acdce4362a6af8f206e1c6ae525e347f0f (patch) | |
tree | 9994f7cdc8506271683a3dc1a03c816a0f4a8852 | |
parent | 7820ce6dcf054f033d243f972afb5fff1c5bdebe (diff) | |
download | scintilla-mirror-6a46b9acdce4362a6af8f206e1c6ae525e347f0f.tar.gz |
Make compile with libc++ on OS X.
-rw-r--r-- | src/RunStyles.cxx | 1 |
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" |