Attempt to fix compilation issue
This commit is contained in:
parent
fb4a971339
commit
b02e459c4b
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
%{
|
||||
#include <myinit.h>
|
||||
#include "BoundingBox.hpp"
|
||||
#include "Polygon.hpp"
|
||||
%}
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
%{
|
||||
#include <myinit.h>
|
||||
#include "BoundingBox.hpp"
|
||||
#include "ClipperUtils.hpp"
|
||||
#include "Polyline.hpp"
|
||||
%}
|
||||
|
|
Loading…
Reference in a new issue