mirror of https://github.com/CGAL/cgal
Added missing #include <CGAL/Vector_3.h>
This commit is contained in:
parent
2621d7ea7e
commit
2fa9e2fe13
|
|
@ -1,3 +1,9 @@
|
|||
2.14
|
||||
- Added missing #include <CGAL/Vector_3.h>
|
||||
|
||||
2.13
|
||||
- New license headers
|
||||
|
||||
2.12 (14 September 2003)
|
||||
- bug fix in include/CGAL/squared_distance_3_0.h
|
||||
|
||||
|
|
|
|||
|
|
@ -16,17 +16,19 @@
|
|||
// $Revision$ $Date$
|
||||
// $Name$
|
||||
//
|
||||
// Author(s) : Geert-Jan Giezeman
|
||||
// Author(s) : Geert-Jan Giezeman, Andreas Fabri
|
||||
|
||||
|
||||
#ifndef CGAL_DISTANCE_3_0_H
|
||||
#define CGAL_DISTANCE_3_0_H
|
||||
|
||||
#include <CGAL/Point_3.h>
|
||||
|
||||
#include <CGAL/utils.h>
|
||||
#include <CGAL/enum.h>
|
||||
#include <CGAL/Kernel/Wutils.h>
|
||||
#include <CGAL/wmult.h>
|
||||
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/Vector_3.h>
|
||||
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -16,21 +16,19 @@
|
|||
// $Revision$ $Date$
|
||||
// $Name$
|
||||
//
|
||||
// Author(s) : Geert-Jan Giezeman
|
||||
// Author(s) : Geert-Jan Giezeman, Andreas Fabri
|
||||
|
||||
|
||||
#ifndef CGAL_DISTANCE_3_1_H
|
||||
#define CGAL_DISTANCE_3_1_H
|
||||
|
||||
|
||||
#include <CGAL/squared_distance_3_0.h>
|
||||
|
||||
#include <CGAL/Segment_3.h>
|
||||
#include <CGAL/Line_3.h>
|
||||
#include <CGAL/Ray_3.h>
|
||||
|
||||
#include <CGAL/utils.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/enum.h>
|
||||
#include <CGAL/wmult.h>
|
||||
#include <CGAL/squared_distance_3_0.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -16,25 +16,19 @@
|
|||
// $Revision$ $Date$
|
||||
// $Name$
|
||||
//
|
||||
// Author(s) : Geert-Jan Giezeman
|
||||
// Author(s) : Geert-Jan Giezeman, Andreas Fabri
|
||||
|
||||
|
||||
#ifndef CGAL_DISTANCE_3_2_H
|
||||
#define CGAL_DISTANCE_3_2_H
|
||||
|
||||
#include <CGAL/squared_distance_3_0.h>
|
||||
|
||||
#include <CGAL/Segment_3.h>
|
||||
#include <CGAL/Line_3.h>
|
||||
#include <CGAL/Ray_3.h>
|
||||
#include <CGAL/Plane_3.h>
|
||||
|
||||
|
||||
#include <CGAL/utils.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/Plane_3.h>
|
||||
#include <CGAL/enum.h>
|
||||
#include <CGAL/wmult.h>
|
||||
#include <CGAL/squared_distance_3_0.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
namespace CGALi {
|
||||
|
|
|
|||
Loading…
Reference in New Issue