]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/istream
A first attempt at making the clouds3d endian aware. Almost there.
[simgear.git] / simgear / compatibility / 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