From 7e5ce8c4fce2be0d1e73fe3c8003a17bad221625 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 20 Feb 2014 19:37:20 +0100 Subject: vcl: try to fix the Mac build a bit Change-Id: Icc4cb23594d9c866a2a73676ceb649db54efab67 --- vcl/osx/printaccessoryview.mm | 1 + vcl/osx/salframeview.mm | 1 + 2 files changed, 2 insertions(+) (limited to 'vcl/osx') 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 #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 #include "osx/salinst.h" #include "quartz/salgdi.h" -- cgit