summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-26 14:11:08 -0400
committerBrad King <brad.king@kitware.com>2005-04-26 14:11:08 -0400
commit7b2973d92f41e953c63624bb31fea9a2e4c05884 (patch)
tree3eda1a9071c548f6f930d2cb218e9895bcec0634 /Source
parent0af2597bd8d99a6186c05c27e9ed1c13e73088d7 (diff)
downloadcmake-7b2973d92f41e953c63624bb31fea9a2e4c05884.tar.gz
COMP: Adding inclusion of stdarg.h to work-around SGI header bug in 7.4.2m.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmStandardIncludes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index b9e81d7f64..e9ea700d37 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -47,6 +47,8 @@
#pragma warning ( disable : 985 )
#endif
+#include <stdarg.h> // Work-around for SGI MIPSpro 7.4.2m header bug
+
#ifndef CMAKE_NO_ANSI_STREAM_HEADERS
# include <fstream>
# include <iostream>