Fix missing include to compile pcbnew_wrap.cxx
This commit is contained in:
parent
7bb1d50d55
commit
b5c80fe689
|
@ -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 ..
|
||||
|
|
Loading…
Reference in New Issue