From 1de8a530152a64b1e649a513217a98b865629226 Mon Sep 17 00:00:00 2001 From: bootrako Date: Thu, 18 Apr 2024 11:14:28 -0400 Subject: [PATCH] windows hidapi: fix header compilation --- src/hidapi/windows/hidapi_descriptor_reconstruct.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hidapi/windows/hidapi_descriptor_reconstruct.h b/src/hidapi/windows/hidapi_descriptor_reconstruct.h index a6223b6a4..0bfe72b23 100644 --- a/src/hidapi/windows/hidapi_descriptor_reconstruct.h +++ b/src/hidapi/windows/hidapi_descriptor_reconstruct.h @@ -16,6 +16,8 @@ code repository located at: https://github.com/libusb/hidapi . ********************************************************/ +#include "SDL_internal.h" + #ifndef HIDAPI_DESCRIPTOR_RECONSTRUCT_H__ #define HIDAPI_DESCRIPTOR_RECONSTRUCT_H__