Include missing <boost/shared_ptr.hpp> header.

This commit is contained in:
Sylvain Pion 2008-01-14 17:37:40 +00:00
parent 65a5ac690f
commit 39f6a3b405
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#ifndef 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>
CGAL_BEGIN_NAMESPACE