[Libreoffice-commits] core.git: vcl/osx

Michael Stahl mstahl at redhat.com
Thu Feb 20 10:44:10 PST 2014


 vcl/osx/salframe.cxx         |    1 +
 vcl/osx/salnativewidgets.cxx |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 58038cb26abf7c64c2459cad9241a731ff6c687d
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Feb 20 19:40:39 2014 +0100

    vcl: fix Mac build a little more
    
    Change-Id: I29c73865679fbd041fdc033aa1b62495a0ec95c2

diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index e592649..0b448d0 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -27,6 +27,7 @@
 #include "vcl/svapp.hxx"
 #include "vcl/window.hxx"
 #include "vcl/syswin.hxx"
+#include <vcl/settings.hxx>
 
 #include "osx/saldata.hxx"
 #include "quartz/salgdi.h"
diff --git a/vcl/osx/salnativewidgets.cxx b/vcl/osx/salnativewidgets.cxx
index 6f33978..55b4e5e 100644
--- a/vcl/osx/salnativewidgets.cxx
+++ b/vcl/osx/salnativewidgets.cxx
@@ -21,6 +21,7 @@
 #include "vcl/decoview.hxx"
 #include "vcl/svapp.hxx"
 #include "vcl/timer.hxx"
+#include <vcl/settings.hxx>
 
 #include "quartz/salgdi.h"
 #include "osx/salnativewidgets.h"


More information about the Libreoffice-commits mailing list