diff options
author | Brad King <brad.king@kitware.com> | 2005-04-26 18:11:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-04-26 18:11:08 (GMT) |
commit | 7b2973d92f41e953c63624bb31fea9a2e4c05884 (patch) | |
tree | 3eda1a9071c548f6f930d2cb218e9895bcec0634 /Source | |
parent | 0af2597bd8d99a6186c05c27e9ed1c13e73088d7 (diff) | |
download | CMake-7b2973d92f41e953c63624bb31fea9a2e4c05884.zip CMake-7b2973d92f41e953c63624bb31fea9a2e4c05884.tar.gz CMake-7b2973d92f41e953c63624bb31fea9a2e4c05884.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdarg.h> // Work-around for SGI MIPSpro 7.4.2m header bug + #ifndef CMAKE_NO_ANSI_STREAM_HEADERS # include <fstream> # include <iostream> |