diff --git a/Packages/Interval_arithmetic/include/CGAL/Interval_arithmetic.h b/Packages/Interval_arithmetic/include/CGAL/Interval_arithmetic.h index af3695cb965..1940b08f05c 100644 --- a/Packages/Interval_arithmetic/include/CGAL/Interval_arithmetic.h +++ b/Packages/Interval_arithmetic/include/CGAL/Interval_arithmetic.h @@ -1,6 +1,6 @@ // ============================================================================ // -// Copyright (c) 1997 The CGAL Consortium +// Copyright (c) 1998 The CGAL Consortium // // This software and related documentation is part of an INTERNAL release // of the Computational Geometry Algorithms Library (CGAL). It is not @@ -12,8 +12,8 @@ // release_date : // // file : include/CGAL/Interval_arithmetic.h -// revision : 1.4 -// revision_date : 6 February 1998 +// revision : 1.5 +// revision_date : 26 February 1998 // author(s) : Sylvain Pion // // coordinator : INRIA Sophia-Antipolis () @@ -28,6 +28,7 @@ #define CGAL_INTERVAL_ARITHMETIC_H #include +#include #include // For CGAL_is_valid() and CGAL_is_finite(). #include // FPU rounding mode functions. diff --git a/Packages/Interval_arithmetic/include/CGAL/_FPU.h b/Packages/Interval_arithmetic/include/CGAL/_FPU.h index 72bad8a92d0..17a8e3b5cfb 100644 --- a/Packages/Interval_arithmetic/include/CGAL/_FPU.h +++ b/Packages/Interval_arithmetic/include/CGAL/_FPU.h @@ -1,6 +1,6 @@ // ============================================================================ // -// Copyright (c) 1997 The CGAL Consortium +// Copyright (c) 1998 The CGAL Consortium // // This software and related documentation is part of an INTERNAL release // of the Computational Geometry Algorithms Library (CGAL). It is not @@ -12,8 +12,8 @@ // release_date : // // file : include/CGAL/_FPU.h -// revision : 1.4 -// revision_date : 6 February 1998 +// revision : 1.5 +// revision_date : 26 February 1998 // author(s) : Sylvain Pion // // coordinator : INRIA Sophia-Antipolis () diff --git a/Packages/Interval_arithmetic/version b/Packages/Interval_arithmetic/version index 52708741f70..1d55466978c 100644 --- a/Packages/Interval_arithmetic/version +++ b/Packages/Interval_arithmetic/version @@ -1 +1 @@ -1.4 (6 Feb 98) +1.5 (26 Feb 98)