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 | 46d3ec3d50737757d876bf0d122da6fb2e1851e7 (patch) | |
tree | b726122f0f44d1f4221f86918bf354857ac636d5 | |
parent | 925bb089a1768099114350c9ee55fd0c1c250a3b (diff) | |
download | scintilla-mirror-46d3ec3d50737757d876bf0d122da6fb2e1851e7.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" |