فهرست منبع

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 <common/Exception.h>
+#include <common/math.h>
 
 #include <math.h>
 #include <iostream>