Add missing <algorithm>
This commit is contained in:
parent
3630f32c26
commit
b78e2c8c28
|
@ -25,6 +25,7 @@
|
|||
#include <eda_pattern_match.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include <algorithm>
|
||||
#include <climits>
|
||||
|
||||
bool EDA_PATTERN_MATCH_SUBSTR::SetPattern( const wxString& aPattern )
|
||||
|
|
Loading…
Reference in New Issue