aboutsummaryrefslogtreecommitdiff
path: root/c/debug.cpp
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-09-02 20:16:04 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-09-02 20:16:18 +0200
commitbc4cef92d8efbf97a9215122abc2d7247c287f12 (patch)
treea5ca307281c4f143b5f172428c9fd2b629d6b426 /c/debug.cpp
parent5c1c2ce2bdbf9735ad8a4d162609a8c22a4f0954 (diff)
downloadEpisodeBrowser-bc4cef92d8efbf97a9215122abc2d7247c287f12.tar.gz
Improve Window object.
Diffstat (limited to 'c/debug.cpp')
-rw-r--r--c/debug.cpp2
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;