diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-20 19:37:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-20 19:37:20 +0100 |
commit | 7e5ce8c4fce2be0d1e73fe3c8003a17bad221625 (patch) | |
tree | 898ff6507aaa2f922f1678fc2b3930ae06d9f32a /vcl/quartz | |
parent | a9053502af21d3dff6757093e6e87c4d86574cad (diff) |
vcl: try to fix the Mac build a bit
Change-Id: Icc4cb23594d9c866a2a73676ceb649db54efab67
Diffstat (limited to 'vcl/quartz')
-rw-r--r-- | vcl/quartz/ctfonts.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/quartz/ctfonts.cxx b/vcl/quartz/ctfonts.cxx index 6008aef625f2..72399399d282 100644 --- a/vcl/quartz/ctfonts.cxx +++ b/vcl/quartz/ctfonts.cxx @@ -31,6 +31,8 @@ #include "quartz/utils.h" #include "ctfonts.hxx" +#include <vcl/settings.hxx> + #include "basegfx/polygon/b2dpolygon.hxx" #include "basegfx/matrix/b2dhommatrix.hxx" |