From 491896d497da0656954a181637351592f89489a7 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Wed, 14 Oct 2020 19:34:44 -0400 Subject: [PATCH] Add missing include --- pcbnew/pcbplot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/pcbplot.cpp b/pcbnew/pcbplot.cpp index 88ee6ad25e..6aecec07c3 100644 --- a/pcbnew/pcbplot.cpp +++ b/pcbnew/pcbplot.cpp @@ -39,6 +39,7 @@ #include #include #include +#include const wxString GetGerberProtelExtension( LAYER_NUM aLayer )