* src/cff/cffgload.c: Include FT_CFF_DRIVER_H.

This commit is contained in:
Chris Liddell 2013-05-02 11:09:15 +02:00 committed by Werner Lemberg
parent 2048f02e15
commit 9bf75e0819
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-05-12 Chris Liddell <chris.liddell@artifex.com>
* src/cff/cffgload.c: Include FT_CFF_DRIVER_H.
2013-04-27 Werner Lemberg <wl@gnu.org>
* docs/CHANGES: Updated.

View File

@ -21,6 +21,7 @@
#include FT_INTERNAL_STREAM_H
#include FT_INTERNAL_SFNT_H
#include FT_OUTLINE_H
#include FT_CFF_DRIVER_H
#include "cffobjs.h"
#include "cffload.h"