1
0
Fork 0

More tweaks for Linux.

(Needs explicit include of stdio, and stdarg in the header)
This commit is contained in:
James Turner 2013-11-14 23:32:02 +00:00
parent ef55d175dd
commit 13d5fd4c25
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -22,6 +22,7 @@
#define __FGLOCALE_HXX
#include <string>
#include <cstdarg> // for va_start/_end
#include <simgear/props/props.hxx>