Add missing <algorithm>

This commit is contained in:
Simon Richter 2020-11-05 10:56:20 +01:00 committed by Mark Roszko
parent 3630f32c26
commit b78e2c8c28
1 changed files with 1 additions and 0 deletions

View File

@ -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 )