mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
COMP: Adding inclusion of stdarg.h to work-around SGI header bug in 7.4.2m.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user