From 608f06fc66da3d243afeb50b7223bb532ca43178 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 20 Feb 2002 11:09:26 +0000 Subject: [PATCH] - Missing #include for VC++. --- Packages/Interval_arithmetic/changes.txt | 3 +++ Packages/Interval_arithmetic/include/CGAL/Static_filters.h | 1 + 2 files changed, 4 insertions(+) diff --git a/Packages/Interval_arithmetic/changes.txt b/Packages/Interval_arithmetic/changes.txt index fee825445bc..cb97460aa36 100644 --- a/Packages/Interval_arithmetic/changes.txt +++ b/Packages/Interval_arithmetic/changes.txt @@ -1,3 +1,6 @@ +Version 4.130 on 20 February 2002 +- Missing #include for VC++. + Version 4.129 on 28 January 2002 - Fix bug reported by Tamal : Static_filters<>'s functors copy ctors and assignment operators were empty, while they should copy the data members. diff --git a/Packages/Interval_arithmetic/include/CGAL/Static_filters.h b/Packages/Interval_arithmetic/include/CGAL/Static_filters.h index b024bcee612..04de1f4b8a6 100644 --- a/Packages/Interval_arithmetic/include/CGAL/Static_filters.h +++ b/Packages/Interval_arithmetic/include/CGAL/Static_filters.h @@ -31,6 +31,7 @@ # define CGAL_IA_ET CGAL::MP_Float # define CGAL_IA_PROTECTED true # define CGAL_IA_CACHE No_Filter_Cache +#include #endif #include