]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/sstream
add Air Traffic Controll to the list of possible debug sections
[simgear.git] / simgear / compatibility / sstream
1
2 #ifndef __SG_SSTREAM
3 #define __SG_SSTREAM 1
4
5 # include <strstream>
6
7 namespace std {
8    typedef ::ostrstream ostringstream;
9    typedef ::istrstream istringstream;
10 };
11
12 #endif // !__SG_SSTREAM
13