Browse Source

Fix missing include to compile pcbnew_wrap.cxx

pull/15/head
jean-pierre charras 6 years ago
parent
commit
b5c80fe689
  1. 1
      common/swig/kicad.i

1
common/swig/kicad.i

@ -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…
Cancel
Save