Commit f877a115 authored by jean-pierre charras's avatar jean-pierre charras

Fix python scripting issue (EDA_RECT not mapped)

parent 6a93777a
......@@ -60,6 +60,7 @@
#include <cstddef>
#include <dlist.h>
#include <base_struct.h>
#include <class_eda_rect.h>
#include <common.h>
#include <wx_python_helpers.h>
#include <cstddef>
......@@ -96,6 +97,7 @@
%include <dlist.h>
%include <base_struct.h>
%include <class_eda_rect.h>
%include <common.h>
%include <class_title_block.h>
%include <class_colors_design_settings.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment