aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-07-01 12:18:46 +1000
committerNeil <nyamatongwe@gmail.com>2013-07-01 12:18:46 +1000
commit2af1cdfe0d46bfabfc0ec29f6a0b549ab255bea8 (patch)
tree22b83b83c4b4dc68a4eacee3d1847f356552cff9 /src
parent1b757e6fa5a3fda4132e000ae0341726ead1286b (diff)
downloadscintilla-mirror-2af1cdfe0d46bfabfc0ec29f6a0b549ab255bea8.tar.gz
Bug: [#1492]. Need extra header for better standard compliance in Visual Studio 2013.
Diffstat (limited to 'src')
-rw-r--r--src/Selection.cxx1
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"