fix Windows build failure

This commit is contained in:
tildearrow 2025-06-11 16:54:04 -05:00
parent b53fb9fde7
commit 98e98ad5be

View file

@ -31,6 +31,9 @@
#include <windows.h> #include <windows.h>
#include <combaseapi.h> #include <combaseapi.h>
#include <shellapi.h> #include <shellapi.h>
#if defined(HAVE_SDL2) && !defined(SUPPORT_XP)
#include <versionhelpers.h>
#endif
#include "utfutils.h" #include "utfutils.h"
#include "gui/shellScalingStub.h" #include "gui/shellScalingStub.h"