Browse Source

Include math.h for ceil()

Joshua Sheard 10 years ago
parent
commit
5305ffbe49
1 changed files with 1 additions and 0 deletions
  1. 1 0
      stb_easy_font.h

+ 1 - 0
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 <stdlib.h>
+#include <math.h>
 
 struct {
     unsigned char advance;