contrib/blender/20_fix_ftbfs_with_latest_ftgl

14 lines
256 B
Plaintext
Raw Normal View History

2009-08-12 10:21:08 +02:00
--- a/source/blender/ftfont/intern/FTF_TTFont.cpp
+++ b/source/blender/ftfont/intern/FTF_TTFont.cpp
@@ -41,6 +41,8 @@
#include "BKE_utildefines.h"
#endif
+#include <GL/gl.h>
+
#define DOMAIN_NAME "blender"
#define SYSTEM_ENCODING_DEFAULT "UTF-8"