Fix varargs derp

This commit is contained in:
Phillip Stephens 2016-05-20 23:52:54 -07:00
parent d06fa3f0dc
commit 374000a893

View File

@ -9,7 +9,7 @@
#include <string.h> #include <string.h>
#include <thread> #include <thread>
#include <map> #include <map>
#include <varargs.h> #include <stdarg.h>
static logvisor::Module Log("amuseplay"); static logvisor::Module Log("amuseplay");