]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compatibility/iomanip
Don't use floats where ints are more appropriate
[simgear.git] / simgear / compatibility / iomanip
index 2ebf92cf8fea6138c1017558efd165d2a22f1f26..7c14a42975204de4fc09f421020932eaedd1b795 100644 (file)
@@ -4,5 +4,9 @@
 
 # include <iomanip.h>
 
+namespace std {
+   using ::setw;
+};
+
 #endif // !__SG_IOMANIP