소스 검색

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;