1
0
Fork 0

use STL_IOMANIP to load <iomanip>

This commit is contained in:
mfranz 2007-05-05 11:40:12 +00:00
parent 3d9ed0a10f
commit 939f83118f

View 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