camera: Patched to compile after rebasing to latest in main.

This commit is contained in:
Ryan C. Gordon
2024-01-31 15:32:03 -05:00
parent 7191a97fe3
commit 22dbc0f32f
2 changed files with 4 additions and 3 deletions

View File

@@ -39,6 +39,7 @@
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_touch.h>
#include <SDL3/SDL_video.h>
#include <SDL3/SDL_camera.h>
#include <SDL3/SDL_begin_code.h>
/* Set up for C function definitions, even when using C++ */