]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/iomanip
A first attempt at making the clouds3d endian aware. Almost there.
[simgear.git] / simgear / compatibility / iomanip
1
2 #ifndef __SG_IOMANIP
3 #define __SG_IOMANIP 1
4
5 # include <iomanip.h>
6
7 namespace std {
8    using ::setw;
9 };
10
11 #endif // !__SG_IOMANIP
12