mirror of
https://github.com/nicbarker/clay.git
synced 2026-04-30 07:01:17 +00:00
[Renderers/SDL2] Added explicit include of math.h in SDL2 renderer
This commit is contained in:
parent
1f8cab8d72
commit
05ac2810d8
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
#include "../../clay.h"
|
#include "../../clay.h"
|
||||||
|
#include "math.h"
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
#include <SDL_ttf.h>
|
#include <SDL_ttf.h>
|
||||||
#include <SDL_image.h>
|
#include <SDL_image.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue