mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-07 23:08:03 +00:00
[Renderers/SDL2] Added explicit include of math.h in SDL2 renderer
This commit is contained in:
parent
1f8cab8d72
commit
05ac2810d8
@ -1,4 +1,5 @@
|
||||
#include "../../clay.h"
|
||||
#include "math.h"
|
||||
#include <SDL.h>
|
||||
#include <SDL_ttf.h>
|
||||
#include <SDL_image.h>
|
||||
|
Loading…
Reference in New Issue
Block a user