From 12307b358dfc4ee9470418f0a87da34a45623fc9 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Tue, 23 Nov 2004 23:04:30 +0000 Subject: Making the C++ stuff work for the MipsPro 7.3 compiler. Kester might want to check this for correctness Kent might want to test if this breaks the Sun compile. --- extern/solid/src/convex/DT_Array.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extern/solid/src') diff --git a/extern/solid/src/convex/DT_Array.h b/extern/solid/src/convex/DT_Array.h index 603ebe978f1..1694f884e53 100755 --- a/extern/solid/src/convex/DT_Array.h +++ b/extern/solid/src/convex/DT_Array.h @@ -24,7 +24,11 @@ #ifndef DT_ARRAY_H #define DT_ARRAY_H +#if defined (__sgi) +#include +#else #include +#endif template class DT_Array { -- cgit v1.2.3