]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/istream
IRIX/MipsPro patches from Erik Hofman:
[simgear.git] / simgear / compatibility / istream
1
2 #ifndef __SG_ISTREAM
3 #define __SG_ISTREAM 1
4
5 #if defined(sgi) && !defined(__GNUC__)
6
7 # include <stream.h>
8 # include <iostream>
9
10 #endif
11
12 #endif // !__SG_ISTREAM
13