mirror of https://github.com/AxioDL/amuse.git
Fix varargs derp
This commit is contained in:
parent
d06fa3f0dc
commit
374000a893
|
@ -9,7 +9,7 @@
|
|||
#include <string.h>
|
||||
#include <thread>
|
||||
#include <map>
|
||||
#include <varargs.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
static logvisor::Module Log("amuseplay");
|
||||
|
||||
|
|
Loading…
Reference in New Issue