util: #include <windows.h> in disk_cache_os.c

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18425>
This commit is contained in:
Yonggang Luo 2022-09-03 18:13:56 +08:00 committed by Marge Bot
parent 399dc71a30
commit 797130b449

View file

@ -38,6 +38,8 @@
#if DETECT_OS_WINDOWS
#include <windows.h>
bool
disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx)
{