Added missing #include <CGAL/Vector_3.h>

This commit is contained in:
Andreas Fabri 2003-09-29 14:47:31 +00:00
parent 2621d7ea7e
commit 2fa9e2fe13
4 changed files with 19 additions and 19 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 {