diff options
Diffstat (limited to 'scintilla/src/Selection.cxx')
-rw-r--r-- | scintilla/src/Selection.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/Selection.cxx b/scintilla/src/Selection.cxx index a708a53..0f9fcf3 100644 --- a/scintilla/src/Selection.cxx +++ b/scintilla/src/Selection.cxx @@ -8,6 +8,7 @@ #include <stdlib.h>
#include <vector>
+#include <algorithm>
#include "Platform.h"
|