From 2fa9e2fe13836294fbf48cfec1e61b129e76d8df Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 29 Sep 2003 14:47:31 +0000 Subject: [PATCH] Added missing #include --- Packages/Distance_3/changes.txt | 6 ++++++ .../Distance_3/include/CGAL/squared_distance_3_0.h | 10 ++++++---- .../Distance_3/include/CGAL/squared_distance_3_1.h | 10 ++++------ .../Distance_3/include/CGAL/squared_distance_3_2.h | 12 +++--------- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Packages/Distance_3/changes.txt b/Packages/Distance_3/changes.txt index 6ecf7d689ad..3895ea02249 100644 --- a/Packages/Distance_3/changes.txt +++ b/Packages/Distance_3/changes.txt @@ -1,3 +1,9 @@ +2.14 +- Added missing #include + +2.13 +- New license headers + 2.12 (14 September 2003) - bug fix in include/CGAL/squared_distance_3_0.h diff --git a/Packages/Distance_3/include/CGAL/squared_distance_3_0.h b/Packages/Distance_3/include/CGAL/squared_distance_3_0.h index e0c413dcf87..c749fba3694 100644 --- a/Packages/Distance_3/include/CGAL/squared_distance_3_0.h +++ b/Packages/Distance_3/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 - #include #include -#include +#include + +#include +#include + CGAL_BEGIN_NAMESPACE diff --git a/Packages/Distance_3/include/CGAL/squared_distance_3_1.h b/Packages/Distance_3/include/CGAL/squared_distance_3_1.h index 80c5c93f194..a55ef64e8f0 100644 --- a/Packages/Distance_3/include/CGAL/squared_distance_3_1.h +++ b/Packages/Distance_3/include/CGAL/squared_distance_3_1.h @@ -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 + #include #include #include -#include -#include -#include -#include -#include CGAL_BEGIN_NAMESPACE diff --git a/Packages/Distance_3/include/CGAL/squared_distance_3_2.h b/Packages/Distance_3/include/CGAL/squared_distance_3_2.h index cc300d4c805..2c48036d7a3 100644 --- a/Packages/Distance_3/include/CGAL/squared_distance_3_2.h +++ b/Packages/Distance_3/include/CGAL/squared_distance_3_2.h @@ -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 + #include #include #include #include - -#include -#include -#include -#include -#include -#include - CGAL_BEGIN_NAMESPACE namespace CGALi {