mirror of https://github.com/CGAL/cgal
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:
parent
de6e85bcf2
commit
befa7c8e08
|
|
@ -28,6 +28,7 @@
|
||||||
#include <CGAL/array.h>
|
#include <CGAL/array.h>
|
||||||
#include <CGAL/Handle_for.h>
|
#include <CGAL/Handle_for.h>
|
||||||
#include <CGAL/Cartesian/solve_3.h>
|
#include <CGAL/Cartesian/solve_3.h>
|
||||||
|
#include <CGAL/Cartesian/plane_constructions_3.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,9 @@
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
template <class R_>
|
||||||
|
class PlaneC3;
|
||||||
|
|
||||||
template <class R>
|
template <class R>
|
||||||
CGAL_KERNEL_LARGE_INLINE
|
CGAL_KERNEL_LARGE_INLINE
|
||||||
PlaneC3<R>
|
PlaneC3<R>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue