diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-18 14:43:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-18 15:48:30 +0100 |
commit | 6e566bc451f3db8a0507fe42946706fcb5616918 (patch) | |
tree | 1e373b9e160b88e86573b31baa5a816e95878ed0 /vcl/inc | |
parent | 670245be8d872e7d8bab60cef5348bf86c80b845 (diff) |
and so glyphcache.hxx is revealed to be unx only
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/glyphcache.hxx (renamed from vcl/inc/glyphcache.hxx) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/glyphcache.hxx b/vcl/inc/unx/glyphcache.hxx index a94ccd2b2130..40c3eb551f2f 100644 --- a/vcl/inc/glyphcache.hxx +++ b/vcl/inc/unx/glyphcache.hxx @@ -63,6 +63,7 @@ class GraphiteFaceWrapper; #include <ft2build.h> #include FT_FREETYPE_H +#include FT_GLYPH_H namespace vcl { |