toolkit/source/awt/vclxwindow1.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 9bc943ae7adaf6e8798fe0608b79fb8e58953266 Author: Douglas Mencken <[email protected]> Date: Thu Oct 30 12:55:14 2014 -0400 toolkit: include <objc/objc-api.h> when OBJC_EXPORT is not defined Change-Id: I5b1abae5bace4f831baa2e69d46e75c7cb638095 diff --git a/toolkit/source/awt/vclxwindow1.cxx b/toolkit/source/awt/vclxwindow1.cxx index 46b2e72..f2cc331 100644 --- a/toolkit/source/awt/vclxwindow1.cxx +++ b/toolkit/source/awt/vclxwindow1.cxx @@ -28,6 +28,9 @@ #include <postwin.h> #elif defined ( MACOSX ) #include "premac.h" +#ifndef OBJC_EXPORT +#include <objc/objc-api.h> +#endif #include <Cocoa/Cocoa.h> #include "postmac.h" #endif _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
