diff options
Diffstat (limited to 'src/log.cpp')
-rw-r--r-- | src/log.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/log.cpp b/src/log.cpp index 0ce91d2e..07c12516 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -24,6 +24,8 @@ #include <windows.h> #endif +#include <stdarg.h> +#include <iostream> #include <sstream> |