diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-01 12:18:46 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-01 12:18:46 +1000 |
commit | 2af1cdfe0d46bfabfc0ec29f6a0b549ab255bea8 (patch) | |
tree | 22b83b83c4b4dc68a4eacee3d1847f356552cff9 | |
parent | 1b757e6fa5a3fda4132e000ae0341726ead1286b (diff) | |
download | scintilla-mirror-2af1cdfe0d46bfabfc0ec29f6a0b549ab255bea8.tar.gz |
Bug: [#1492]. Need extra header for better standard compliance in Visual Studio 2013.
-rw-r--r-- | src/Selection.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Selection.cxx b/src/Selection.cxx index b0f4245e1..385e2360e 100644 --- a/src/Selection.cxx +++ b/src/Selection.cxx @@ -8,6 +8,7 @@ #include <stdlib.h> #include <vector> +#include <algorithm> #include "Platform.h" |