From b78e2c8c280a96f62afb988777bb60139a74ceaf Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Thu, 5 Nov 2020 10:56:20 +0100 Subject: [PATCH] Add missing --- common/eda_pattern_match.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/eda_pattern_match.cpp b/common/eda_pattern_match.cpp index a0a6561539..4f7e57d42d 100644 --- a/common/eda_pattern_match.cpp +++ b/common/eda_pattern_match.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #include bool EDA_PATTERN_MATCH_SUBSTR::SetPattern( const wxString& aPattern )