COMP: Adding inclusion of stdarg.h to work-around SGI header bug in 7.4.2m.
This commit is contained in:
parent
0af2597bd8
commit
7b2973d92f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue