From eefbf83462cfffe46140f092ab51f447b72b3ba9 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Sun, 13 Mar 2022 18:46:30 +0100 Subject: [PATCH] [SDK] Include stdio in wine/debug.h Wine also has this, and they rely on it in some files --- sdk/include/reactos/wine/debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/include/reactos/wine/debug.h b/sdk/include/reactos/wine/debug.h index 35aefc9852b..fc39141a83d 100644 --- a/sdk/include/reactos/wine/debug.h +++ b/sdk/include/reactos/wine/debug.h @@ -22,6 +22,7 @@ #define __WINE_DEBUG_H #include +#include #include #ifndef GUID_DEFINED #include