From 7b2973d92f41e953c63624bb31fea9a2e4c05884 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 26 Apr 2005 14:11:08 -0400 Subject: COMP: Adding inclusion of stdarg.h to work-around SGI header bug in 7.4.2m. --- Source/cmStandardIncludes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index b9e81d7..e9ea700 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -47,6 +47,8 @@ #pragma warning ( disable : 985 ) #endif +#include // Work-around for SGI MIPSpro 7.4.2m header bug + #ifndef CMAKE_NO_ANSI_STREAM_HEADERS # include # include -- cgit v0.12