From b94e66624b7c207f6432ca023de5414f05c4747f Mon Sep 17 00:00:00 2001 From: Syping Date: Sun, 24 Dec 2023 16:19:09 +0100 Subject: [PATCH] RagePhoto.c: add windows.h for RAGEPHOTO_BENCHMARK on Windows --- src/core/RagePhoto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/RagePhoto.c b/src/core/RagePhoto.c index 1ce3075..f740ea3 100644 --- a/src/core/RagePhoto.c +++ b/src/core/RagePhoto.c @@ -24,6 +24,7 @@ #ifdef RAGEPHOTO_BENCHMARK #ifdef _WIN32 +#include #include #else #include