diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-20 19:40:39 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-20 19:40:39 +0100 |
commit | 58038cb26abf7c64c2459cad9241a731ff6c687d (patch) | |
tree | 6db353de29c5dbacd11473e232a100c87fe676d9 /vcl | |
parent | 7e5ce8c4fce2be0d1e73fe3c8003a17bad221625 (diff) |
vcl: fix Mac build a little more
Change-Id: I29c73865679fbd041fdc033aa1b62495a0ec95c2
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/salframe.cxx | 1 | ||||
-rw-r--r-- | vcl/osx/salnativewidgets.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx index e5926497f02f..0b448d0acb24 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 6f33978b64b0..55b4e5e24a18 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" |