Include math.h for ceil()

pull/154/head
Joshua Sheard 2015-07-29 17:00:44 +00:00
parent 93fb372028
commit 5305ffbe49
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ void print_string(float x, float y, char *text, float r, float g, float b)
#define INCLUDE_STB_EASY_FONT_H
#include <stdlib.h>
#include <math.h>
struct {
unsigned char advance;