diff options
Diffstat (limited to 'vcl/osx')
-rw-r--r-- | vcl/osx/a11ywrapper.mm | 1 | ||||
-rw-r--r-- | vcl/osx/saldata.cxx | 1 | ||||
-rw-r--r-- | vcl/osx/salframe.cxx | 1 | ||||
-rw-r--r-- | vcl/osx/salinst.cxx | 1 | ||||
-rw-r--r-- | vcl/osx/salmenu.cxx | 1 | ||||
-rw-r--r-- | vcl/osx/salnsmenu.mm | 1 | ||||
-rw-r--r-- | vcl/osx/salprn.cxx | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/vcl/osx/a11ywrapper.mm b/vcl/osx/a11ywrapper.mm index 92ccc7c750fe..485212a72ded 100644 --- a/vcl/osx/a11ywrapper.mm +++ b/vcl/osx/a11ywrapper.mm @@ -46,6 +46,7 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <sal/log.hxx> +#include <osl/diagnose.h> using namespace ::com::sun::star::accessibility; using namespace ::com::sun::star::awt; diff --git a/vcl/osx/saldata.cxx b/vcl/osx/saldata.cxx index 662a5c1bd7b2..30b3ab5cffdc 100644 --- a/vcl/osx/saldata.cxx +++ b/vcl/osx/saldata.cxx @@ -19,6 +19,7 @@ #include <config_features.h> +#include <osl/diagnose.h> #include <osx/saldata.hxx> #include <osx/salnsmenu.h> #include <osx/salinst.h> diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx index 23f52dfbbf4f..50a899c9da4d 100644 --- a/vcl/osx/salframe.cxx +++ b/vcl/osx/salframe.cxx @@ -22,6 +22,7 @@ #include <comphelper/fileurl.hxx> #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <osl/file.h> diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index b3797c958f4d..dcbfb98451f2 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -19,6 +19,7 @@ #include <sal/config.h> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <condition_variable> #include <mutex> diff --git a/vcl/osx/salmenu.cxx b/vcl/osx/salmenu.cxx index 4a99e4305324..973fdddfb33c 100644 --- a/vcl/osx/salmenu.cxx +++ b/vcl/osx/salmenu.cxx @@ -19,6 +19,7 @@ #include <sal/config.h> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <objc/objc-runtime.h> diff --git a/vcl/osx/salnsmenu.mm b/vcl/osx/salnsmenu.mm index e823bcfcbd1d..1dba47f031db 100644 --- a/vcl/osx/salnsmenu.mm +++ b/vcl/osx/salnsmenu.mm @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <osl/diagnose.h> #include <vcl/window.hxx> diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx index d8498ff6a364..08f696345aa2 100644 --- a/vcl/osx/salprn.cxx +++ b/vcl/osx/salprn.cxx @@ -21,6 +21,7 @@ #include <vcl/print.hxx> #include <sal/macros.h> +#include <osl/diagnose.h> #include <osx/salinst.h> #include <osx/salprn.h> |