use STL_IOMANIP to load <iomanip>
This commit is contained in:
parent
3d9ed0a10f
commit
939f83118f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue