From 5938dce5de3736219d3db7c55814fcc27767db15 Mon Sep 17 00:00:00 2001 From: Maia Date: Tue, 2 Sep 2025 12:20:15 +0200 Subject: [PATCH] Add missing include --- include/SDL3/SDL_hidapi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL3/SDL_hidapi.h b/include/SDL3/SDL_hidapi.h index f35f3b48cb..67e29c2a1d 100644 --- a/include/SDL3/SDL_hidapi.h +++ b/include/SDL3/SDL_hidapi.h @@ -55,6 +55,7 @@ #include #include +#include #include /* Set up for C function definitions, even when using C++ */