1
0
Fork 0

Linux needs stdarg.h for va_args

This commit is contained in:
James Turner 2013-11-14 23:13:07 +00:00
parent 1f7fdc3e07
commit ef55d175dd

View file

@ -26,6 +26,7 @@
#include <windows.h>
#endif
#include <cstdarg> // for va_start/_end
#include <boost/foreach.hpp>
#include <simgear/props/props_io.hxx>