From: mfranz Date: Sat, 5 May 2007 11:40:12 +0000 (+0000) Subject: use STL_IOMANIP to load X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=939f83118f7127da32b99c3a6bfbce303685b8f8;p=flightgear.git use STL_IOMANIP to load --- 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 #endif -#include #include +#include STL_IOMANIP #include STL_STRING SG_USING_STD(string); typedef string stdString; // puObject has a "string" member