Fix Scintilla compilation: include <algorithm> required for std::lower_bound
Compilation failed on CentOS 6.
Already fixed upstream:
e200a290ef/tree/lexers/LexProgress.cxx
This commit is contained in:
parent
81dfa2ae04
commit
79918fdbb0
@ -25,6 +25,7 @@ Differentiate between labels and variables
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
|
||||
#include "ILexer.h"
|
||||
#include "Scintilla.h"
|
||||
|
Loading…
Reference in New Issue
Block a user