summaryrefslogtreecommitdiff
path: root/blender/20_fix_ftbfs_with_latest_ftgl
blob: 2bb4ececc5a10eb140089c9e72cfc1c20c296b21 (plain)
    1 
    2 --- a/source/blender/ftfont/intern/FTF_TTFont.cpp
    3 +++ b/source/blender/ftfont/intern/FTF_TTFont.cpp
    4 @@ -41,6 +41,8 @@
    5  #include "BKE_utildefines.h"
    6  #endif
    7  
    8 +#include <GL/gl.h>
    9 +
   10  #define DOMAIN_NAME "blender"
   11  
   12  #define SYSTEM_ENCODING_DEFAULT "UTF-8"

Generated by cgit