Add missing include

This commit is contained in:
Maia
2025-09-02 12:20:15 +02:00
committed by Sylvain Becker
parent 814f0b7d41
commit 5938dce5de

View File

@@ -55,6 +55,7 @@
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_error.h>
#include <SDL3/SDL_properties.h>
#include <SDL3/SDL_begin_code.h>
/* Set up for C function definitions, even when using C++ */