An ugly hack to get MipsPro 7.4.1 working on IRIX 6
.5.20 (Yuck)
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||
# include <time.h>
|
||||
#else
|
||||
# if defined ( sgi ) && !defined( __GNUC__ )
|
||||
// This works arounf a bug triggered when using MipsPro 7.4.1
|
||||
// and (at least) IRIX 6.5.20
|
||||
# include <iostream>
|
||||
# endif
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
#if _MSC_VER >= 1300
|
||||
|
||||
Reference in New Issue
Block a user