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 | |
parent | a9053502af21d3dff6757093e6e87c4d86574cad (diff) |
vcl: try to fix the Mac build a bit
Change-Id: Icc4cb23594d9c866a2a73676ceb649db54efab67
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/printaccessoryview.mm | 1 | ||||
-rw-r--r-- | vcl/osx/salframeview.mm | 1 | ||||
-rw-r--r-- | vcl/quartz/ctfonts.cxx | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/vcl/osx/printaccessoryview.mm b/vcl/osx/printaccessoryview.mm index 517dcc09975f..fd77619a593b 100644 --- a/vcl/osx/printaccessoryview.mm +++ b/vcl/osx/printaccessoryview.mm @@ -26,6 +26,7 @@ #include "vcl/virdev.hxx" #include "vcl/svapp.hxx" #include "vcl/unohelp.hxx" +#include <vcl/settings.hxx> #include "osx/printview.h" #include "osx/salinst.h" diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm index a8fda42f2e97..a84f5aa7a0e1 100644 --- a/vcl/osx/salframeview.mm +++ b/vcl/osx/salframeview.mm @@ -23,6 +23,7 @@ #include "tools/helpers.hxx" #include "vcl/window.hxx" #include "vcl/svapp.hxx" +#include <vcl/settings.hxx> #include "osx/salinst.h" #include "quartz/salgdi.h" 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" |