From e2bc1856b6b7554e817379df634cbee2501065ef Mon Sep 17 00:00:00 2001 From: Quantum Date: Sun, 14 Sep 2025 04:43:21 -0400 Subject: [PATCH] [idd] install: add missing io.h include --- idd/LGIddInstall/LGIddInstall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/idd/LGIddInstall/LGIddInstall.c b/idd/LGIddInstall/LGIddInstall.c index 2814e68c..2aa53365 100644 --- a/idd/LGIddInstall/LGIddInstall.c +++ b/idd/LGIddInstall/LGIddInstall.c @@ -1,5 +1,6 @@ #define WIN32_LEAN_AND_MEAN +#include #include #include #include