]> git.mxchange.org Git - flightgear.git/commitdiff
use STL_IOMANIP to load <iomanip>
authormfranz <mfranz>
Sat, 5 May 2007 11:40:12 +0000 (11:40 +0000)
committermfranz <mfranz>
Sat, 5 May 2007 11:40:12 +0000 (11:40 +0000)
src/GUI/property_list.cxx

index 4d6eeea9bb57a1ec9c384a6def092c1a7063d137..fd90fa94d129f20f89d3435c8c5d6da1d2c4d88f 100644 (file)
@@ -25,9 +25,9 @@
 #  include <config.h>
 #endif
 
-#include <iomanip>
 #include <simgear/compiler.h>
 
+#include STL_IOMANIP
 #include STL_STRING
 SG_USING_STD(string);
 typedef string stdString;      // puObject has a "string" member