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

This commit is contained in:
Nic Barker 2025-03-18 11:10:53 +13:00
parent 1f8cab8d72
commit 05ac2810d8

View File

@ -1,4 +1,5 @@
#include "../../clay.h"
#include "math.h"
#include <SDL.h>
#include <SDL_ttf.h>
#include <SDL_image.h>