From a3992f504cf70b4fb3e4d66fa954ddd545c4609b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 5 Dec 2025 08:49:50 -0800 Subject: [PATCH] Add the revision to SDL_version.h --- include/SDL3/SDL_version.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL3/SDL_version.h b/include/SDL3/SDL_version.h index 74aa7821d0..5ef199bbf4 100644 --- a/include/SDL3/SDL_version.h +++ b/include/SDL3/SDL_version.h @@ -30,6 +30,7 @@ #define SDL_version_h_ #include +#include #include /* Set up for C function definitions, even when using C++ */