[Libreoffice-commits] core.git: vcl/osx vcl/quartz
Michael Stahl
mstahl at redhat.com
Thu Feb 20 10:40:52 PST 2014
vcl/osx/printaccessoryview.mm | 1 +
vcl/osx/salframeview.mm | 1 +
vcl/quartz/ctfonts.cxx | 2 ++
3 files changed, 4 insertions(+)
New commits:
commit 7e5ce8c4fce2be0d1e73fe3c8003a17bad221625
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Feb 20 19:37:20 2014 +0100
vcl: try to fix the Mac build a bit
Change-Id: Icc4cb23594d9c866a2a73676ceb649db54efab67
diff --git a/vcl/osx/printaccessoryview.mm b/vcl/osx/printaccessoryview.mm
index 517dcc0..fd77619 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 a8fda42..a84f5aa 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 6008aef..7239939 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"
More information about the Libreoffice-commits
mailing list