From 5305ffbe49b3b993f33b6251b07a116ceafeddac Mon Sep 17 00:00:00 2001 From: Joshua Sheard Date: Wed, 29 Jul 2015 17:00:44 +0000 Subject: [PATCH] Include math.h for ceil() --- stb_easy_font.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stb_easy_font.h b/stb_easy_font.h index daa0c3e..fa70632 100644 --- a/stb_easy_font.h +++ b/stb_easy_font.h @@ -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 +#include struct { unsigned char advance;