From 04daecdd21e86e7556a9462380096530228cd6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 3 Aug 2022 21:57:27 +0200 Subject: Split common.h to util.h, wcharptr.h and win.h. --- c/debug.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/debug.cpp') 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 +#include #include -#include "common.h" #include "debug.h" +#include "win.h" struct Avg { int id; -- cgit v1.2.3