浏览代码

Merge branch 'master' of https://github.com/jsheard/stb

Sean Barrett 10 年之前
父节点
当前提交
27d5d61f08
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      stb_easy_font.h

+ 1 - 0
stb_easy_font.h

@@ -94,6 +94,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;