diff options
Diffstat (limited to 'c/debug.cpp')
-rw-r--r-- | c/debug.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/c/debug.cpp b/c/debug.cpp index 07006a9..934533b 100644 --- a/c/debug.cpp +++ b/c/debug.cpp @@ -1,8 +1,9 @@ #include <cstddef> +#include <cstdio> #include <windows.h> -#include "common.h" #include "debug.h" +#include "win.h" struct Avg { int id; |