From b5c80fe689786ad53a25b7d1f992d894bf75f200 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sun, 26 May 2019 09:12:03 +0200 Subject: [PATCH] Fix missing include to compile pcbnew_wrap.cxx --- common/swig/kicad.i | 1 + 1 file changed, 1 insertion(+) diff --git a/common/swig/kicad.i b/common/swig/kicad.i index e11cdb86d3..d21f65359b 100644 --- a/common/swig/kicad.i +++ b/common/swig/kicad.i @@ -95,6 +95,7 @@ principle should be easily implemented by adapting the current STL containers. #include #include #include + #include %} // all the wx wrappers for wxString, wxPoint, wxRect, wxChar ..