From cb416922e3ab8169bcf81d0be44b845a7168b9ac Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 12 May 2024 15:59:49 -0700 Subject: [PATCH] Fixed compiling with WIN32_LEAN_AND_MEAN Fixes https://github.com/libsdl-org/SDL/issues/9766 --- src/dialog/windows/SDL_windowsdialog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialog/windows/SDL_windowsdialog.c b/src/dialog/windows/SDL_windowsdialog.c index ecfa4af177..f02792e763 100644 --- a/src/dialog/windows/SDL_windowsdialog.c +++ b/src/dialog/windows/SDL_windowsdialog.c @@ -22,6 +22,7 @@ #include "../SDL_dialog_utils.h" #include +#include #include #include "../../core/windows/SDL_windows.h" #include "../../thread/SDL_systhread.h"