Attempt to fix compilation issue

This commit is contained in:
Alessandro Ranellucci 2014-05-26 17:13:24 +02:00
parent fb4a971339
commit b02e459c4b
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
%{
#include <myinit.h>
#include "BoundingBox.hpp"
#include "Polygon.hpp"
%}

View file

@ -2,6 +2,7 @@
%{
#include <myinit.h>
#include "BoundingBox.hpp"
#include "ClipperUtils.hpp"
#include "Polyline.hpp"
%}