diff options
Diffstat (limited to 'vcl/generic')
-rw-r--r-- | vcl/generic/glyphs/gcach_ftyp.cxx | 1 | ||||
-rw-r--r-- | vcl/generic/glyphs/gcach_ftyp.hxx | 1 | ||||
-rw-r--r-- | vcl/generic/glyphs/glyphcache.cxx | 1 | ||||
-rw-r--r-- | vcl/generic/print/genpspgraphics.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx index 31aec5599511..fa256aa96f46 100644 --- a/vcl/generic/glyphs/gcach_ftyp.cxx +++ b/vcl/generic/glyphs/gcach_ftyp.cxx @@ -28,6 +28,7 @@ #include "vcl/svapp.hxx" #include <outfont.hxx> #include <impfont.hxx> +#include <config_graphite.h> #ifdef ENABLE_GRAPHITE #include <graphite2/Font.h> #include <graphite_layout.hxx> diff --git a/vcl/generic/glyphs/gcach_ftyp.hxx b/vcl/generic/glyphs/gcach_ftyp.hxx index edd35320e7bd..9d677e1cf252 100644 --- a/vcl/generic/glyphs/gcach_ftyp.hxx +++ b/vcl/generic/glyphs/gcach_ftyp.hxx @@ -24,6 +24,7 @@ #include <rtl/textcvt.h> +#include <config_graphite.h> #ifdef ENABLE_GRAPHITE class GraphiteFaceWrapper; #endif diff --git a/vcl/generic/glyphs/glyphcache.cxx b/vcl/generic/glyphs/glyphcache.cxx index bc3c544ad896..deef6be55659 100644 --- a/vcl/generic/glyphs/glyphcache.cxx +++ b/vcl/generic/glyphs/glyphcache.cxx @@ -27,6 +27,7 @@ #include <vcl/bitmap.hxx> #include <outfont.hxx> +#include <config_graphite.h> #ifdef ENABLE_GRAPHITE #include <graphite_features.hxx> #endif diff --git a/vcl/generic/print/genpspgraphics.cxx b/vcl/generic/print/genpspgraphics.cxx index 3365fbb569e0..27db385ebf09 100644 --- a/vcl/generic/print/genpspgraphics.cxx +++ b/vcl/generic/print/genpspgraphics.cxx @@ -46,6 +46,7 @@ #include "region.h" #include "langboost.hxx" +#include <config_graphite.h> #ifdef ENABLE_GRAPHITE #include <graphite_layout.hxx> #include <graphite_serverfont.hxx> |