]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/MIPSpro721/istream
implement a round-robin scheme for random objects to make sure the same type of objec...
[simgear.git] / simgear / compatibility / MIPSpro721 / istream
1
2 #ifndef __SG_ISTREAM
3 #define __SG_ISTREAM 1
4
5 # include <iostream>
6
7 # if defined(sgi) && !defined(__GNUC__)
8
9 # include <stream.h>
10 # include <string>
11
12   using std::getline;
13
14 # endif
15
16 #endif // !__SG_ISTREAM
17