From 939f83118f7127da32b99c3a6bfbce303685b8f8 Mon Sep 17 00:00:00 2001 From: mfranz <mfranz> Date: Sat, 5 May 2007 11:40:12 +0000 Subject: [PATCH] use STL_IOMANIP to load <iomanip> --- src/GUI/property_list.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/property_list.cxx b/src/GUI/property_list.cxx index 4d6eeea9b..fd90fa94d 100644 --- a/src/GUI/property_list.cxx +++ b/src/GUI/property_list.cxx @@ -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