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 {