Add missing #include to <CGAL/Cartesian/Plane_3.h>.

The added #include is not really useful but to help a reader of the code to
understand where do functions come from.
This commit is contained in:
Laurent Rineau 2011-12-06 11:49:21 +00:00
parent de6e85bcf2
commit befa7c8e08
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <CGAL/array.h>
#include <CGAL/Handle_for.h>
#include <CGAL/Cartesian/solve_3.h>
#include <CGAL/Cartesian/plane_constructions_3.h>
namespace CGAL {

View File

@ -30,6 +30,9 @@
namespace CGAL {
template <class R_>
class PlaneC3;
template <class R>
CGAL_KERNEL_LARGE_INLINE
PlaneC3<R>