Fix missing include to compile pcbnew_wrap.cxx

This commit is contained in:
jean-pierre charras 2019-05-26 09:12:03 +02:00
parent 7bb1d50d55
commit b5c80fe689
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ principle should be easily implemented by adapting the current STL containers.
#include <marker_base.h>
#include <eda_text.h>
#include <convert_to_biu.h>
#include <id.h>
%}
// all the wx wrappers for wxString, wxPoint, wxRect, wxChar ..