mirror of https://github.com/CGAL/cgal
Include missing <boost/shared_ptr.hpp> header.
This commit is contained in:
parent
65a5ac690f
commit
39f6a3b405
|
|
@ -19,6 +19,7 @@
|
||||||
#ifndef CGAL_ARRANGE_OFFSET_POLYGONS_2_H
|
#ifndef CGAL_ARRANGE_OFFSET_POLYGONS_2_H
|
||||||
#define CGAL_ARRANGE_OFFSET_POLYGONS_2_H
|
#define CGAL_ARRANGE_OFFSET_POLYGONS_2_H
|
||||||
|
|
||||||
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <CGAL/Polygon_with_holes_2.h>
|
#include <CGAL/Polygon_with_holes_2.h>
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue