Browse Source

Add missing <algorithm>

6.0.7
Simon Richter 5 years ago
committed by Mark Roszko
parent
commit
b78e2c8c28
  1. 1
      common/eda_pattern_match.cpp

1
common/eda_pattern_match.cpp

@ -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…
Cancel
Save