Fix SWIG includes

This commit is contained in:
Simon Richter 2020-11-12 12:24:46 +01:00
parent fc8bf6f0fe
commit 1faee7fdce
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
%include class_pcb_target.h
%include pcb_target.h
%{
#include <class_pcb_target.h>
#include <pcb_target.h>
%}