瀏覽代碼

being a genius, forgot to include the header file that defines said macro. fixed now.

Bill Meltsner 15 年之前
父節點
當前提交
2d7e50e503
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/modules/graphics/opengl/TrueTypeFont.cpp

+ 1 - 0
src/modules/graphics/opengl/TrueTypeFont.cpp

@@ -23,6 +23,7 @@
 #include <SDL_opengl.h>
 #include <SDL_opengl.h>
 
 
 #include <common/Exception.h>
 #include <common/Exception.h>
+#include <common/math.h>
 
 
 #include <math.h>
 #include <math.h>
 #include <iostream>
 #include <iostream>