An ugly hack to get MipsPro 7.4.1 working on IRIX 6

.5.20 (Yuck)
This commit is contained in:
ehofman
2004-02-20 16:07:51 +00:00
parent ea9d110036
commit 3fdeea7f65

View File

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