vcl/source/outdev/text.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 84a46520ae523db9641eb7ed995ba800bbbaae63 Author: Thorsten Behrens <thorsten.behr...@cib.de> AuthorDate: Tue Nov 20 20:53:50 2018 +0100 Commit: Thorsten Behrens <thorsten.behr...@cib.de> CommitDate: Tue Nov 20 20:55:38 2018 +0100 Fix headless build on Linux OpenGL helper only needed for Mac here Change-Id: I8d12f34db3b4875470a0d81e9ef6a1654153b206 diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx index 6d43a5b9f9a3..f46c2328d63e 100644 --- a/vcl/source/outdev/text.cxx +++ b/vcl/source/outdev/text.cxx @@ -32,7 +32,9 @@ #include <vcl/sysdata.hxx> #include <vcl/unohelp.hxx> #include <vcl/controllayout.hxx> -#include <vcl/opengl/OpenGLHelper.hxx> +#ifdef MACOSX +# include <vcl/opengl/OpenGLHelper.hxx> +#endif #include <outdata.hxx> #include <outdev.h> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits