COMP: Adding inclusion of stdarg.h to work-around SGI header bug in 7.4.2m.

This commit is contained in:
Brad King 2005-04-26 14:11:08 -04:00
parent 0af2597bd8
commit 7b2973d92f
1 changed files with 2 additions and 0 deletions

View File

@ -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>