diff options
Diffstat (limited to 'c/debug.cpp')
-rw-r--r-- | c/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/debug.cpp b/c/debug.cpp index e8a9d6e..3e20d73 100644 --- a/c/debug.cpp +++ b/c/debug.cpp @@ -3,7 +3,7 @@ #include <windows.h> #include "debug.h" -#include "win.h" +#include "win32.h" struct Avg { int id; |