mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 16:43:44 +00:00
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
Block a user