From bd4e24ef75bbdda10d4cbd9cbdf868c6fbf9c542 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 11 Sep 2003 15:26:50 +0000 Subject: [PATCH] Some testsuite files included the wrong header file --- Packages/Intersections_3/changes.txt | 3 +++ Packages/Intersections_3/test/Intersections_3/isocub_isocub.C | 2 +- Packages/Intersections_3/test/Intersections_3/ray_isocub.C | 2 +- Packages/Intersections_3/test/Intersections_3/seg_isocub.C | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Packages/Intersections_3/changes.txt b/Packages/Intersections_3/changes.txt index edb82c5eace..839423cb0c5 100644 --- a/Packages/Intersections_3/changes.txt +++ b/Packages/Intersections_3/changes.txt @@ -1,3 +1,6 @@ +2.13 (11 September 2003) [af] +- Some testsuite files included the wrong header file + 2.12 (8 September 2003) [af] - Switched to unconditional #include as Sun and Sgi CC complain about undefined functions diff --git a/Packages/Intersections_3/test/Intersections_3/isocub_isocub.C b/Packages/Intersections_3/test/Intersections_3/isocub_isocub.C index e90003f72cd..ae2d0eef9a4 100644 --- a/Packages/Intersections_3/test/Intersections_3/isocub_isocub.C +++ b/Packages/Intersections_3/test/Intersections_3/isocub_isocub.C @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include "numrep2.h" #include diff --git a/Packages/Intersections_3/test/Intersections_3/ray_isocub.C b/Packages/Intersections_3/test/Intersections_3/ray_isocub.C index 07ba25c9e98..b2f9336968c 100644 --- a/Packages/Intersections_3/test/Intersections_3/ray_isocub.C +++ b/Packages/Intersections_3/test/Intersections_3/ray_isocub.C @@ -5,7 +5,7 @@ #include "numrep1.h" #include #include -#include +#include #include "numrep2.h" #include diff --git a/Packages/Intersections_3/test/Intersections_3/seg_isocub.C b/Packages/Intersections_3/test/Intersections_3/seg_isocub.C index f1393b79aca..430e0cf9886 100644 --- a/Packages/Intersections_3/test/Intersections_3/seg_isocub.C +++ b/Packages/Intersections_3/test/Intersections_3/seg_isocub.C @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include "numrep2.h"