mirror of https://github.com/CGAL/cgal
casting_2: Added some needed includes
This commit is contained in:
parent
6b30f30562
commit
29e2d7a7d5
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue