More tweaks for Linux.
(Needs explicit include of stdio, and stdarg in the header)
This commit is contained in:
parent
ef55d175dd
commit
13d5fd4c25
2 changed files with 2 additions and 1 deletions
src/Main
|
@ -26,7 +26,7 @@
|
|||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <cstdarg> // for va_start/_end
|
||||
#include <cstdio>
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
#include <simgear/props/props_io.hxx>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#define __FGLOCALE_HXX
|
||||
|
||||
#include <string>
|
||||
#include <cstdarg> // for va_start/_end
|
||||
|
||||
#include <simgear/props/props.hxx>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue