[Renderers/SDL2] Added explicit include of math.h in SDL2 renderer

This commit is contained in:
Nic Barker 2025-03-18 11:13:46 +13:00 committed by GitHub
commit d5af2c3dc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
#include <SDL_ttf.h>
#include <SDL_image.h>
#include <stdio.h>
#include <math.h>
#ifndef M_PI
#define M_PI 3.14159