RagePhoto.c: add windows.h for RAGEPHOTO_BENCHMARK on Windows

This commit is contained in:
Syping 2023-12-24 16:19:09 +01:00
parent e62fbacea8
commit b94e66624b
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#ifdef RAGEPHOTO_BENCHMARK
#ifdef _WIN32
#include <windows.h>
#include <profileapi.h>
#else
#include <time.h>