casting_2: Added some needed includes

This commit is contained in:
shahar shamai 2017-03-18 01:20:00 +02:00
parent 6b30f30562
commit 29e2d7a7d5
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#include <CGAL/Polygon_2.h>
#include <CGAL/enum.h>
#include <limits>
#include "Set_movable_separability_2/Utils.h"
#include "Set_movable_separability_2/Circle_arrangment.h"
namespace CGAL {

View File

@ -19,6 +19,8 @@
#define CGAL_PULLOUT_DIRECTIONS_SINGLE_MOLD_TRANSLATIONAL_CASTING_2_H
#include <CGAL/Polygon_2.h>
#include "Set_movable_separability_2/Utils.h"
#include "Set_movable_separability_2/Circle_arrangment.h"
namespace CGAL {