add ft2build header for freetype
This commit is contained in:
parent
d40db6389b
commit
eff83cda8b
1 changed files with 1 additions and 1 deletions
|
@ -7,11 +7,11 @@
|
|||
#include "ofUtils.h"
|
||||
|
||||
#include <GL/glext.h>
|
||||
#include <ft2build.h>
|
||||
#ifdef TARGET_OPENGLES
|
||||
#include <GL/gl.h>
|
||||
#include <GLES/gl.h>
|
||||
#endif
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
#include FT_MULTIPLE_MASTERS_H
|
||||
|
||||
|
|
Loading…
Reference in a new issue