From 374000a893bad65223e7ac0746910e8923ff184c Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Fri, 20 May 2016 23:52:54 -0700 Subject: [PATCH] Fix varargs derp --- driver/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/main.cpp b/driver/main.cpp index e256a6c..8af02f5 100644 --- a/driver/main.cpp +++ b/driver/main.cpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include static logvisor::Module Log("amuseplay");