diff options
Diffstat (limited to 'vcl/osx')
-rw-r--r-- | vcl/osx/a11ywrapper.mm | 2 | ||||
-rw-r--r-- | vcl/osx/printaccessoryview.mm | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/vcl/osx/a11ywrapper.mm b/vcl/osx/a11ywrapper.mm index 67e155e81e53..f2f6148acc4b 100644 --- a/vcl/osx/a11ywrapper.mm +++ b/vcl/osx/a11ywrapper.mm @@ -45,6 +45,8 @@ #include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <com/sun/star/lang/DisposedException.hpp> +#include <sal/log.hxx> + using namespace ::com::sun::star::accessibility; using namespace ::com::sun::star::awt; using namespace ::com::sun::star::lang; diff --git a/vcl/osx/printaccessoryview.mm b/vcl/osx/printaccessoryview.mm index 42c4929e3557..958686c70c4f 100644 --- a/vcl/osx/printaccessoryview.mm +++ b/vcl/osx/printaccessoryview.mm @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <vcl/print.hxx> #include <vcl/image.hxx> |