vcl/source/gdi/CommonSalLayout.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 77a0817cf46aace4b446d05af13c6905c7c6411a Author: Douglas Mencken <dougmenc...@gmail.com> Date: Sun Jan 8 15:04:12 2017 -0500 make the include of OpenGLHelper.hxx not global here surround it like in pieces of code which actually uses it Change-Id: Iac993553455248a2d2f999f857b781dbdb37acf5 Reviewed-on: https://gerrit.libreoffice.org/32852 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: jan iversen <j...@documentfoundation.org> diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx index 2dd9925..3451478 100644 --- a/vcl/source/gdi/CommonSalLayout.cxx +++ b/vcl/source/gdi/CommonSalLayout.cxx @@ -19,7 +19,6 @@ #include "CommonSalLayout.hxx" -#include <vcl/opengl/OpenGLHelper.hxx> #include <vcl/unohelp.hxx> #include <scrptrun.h> #include <com/sun/star/i18n/CharacterIteratorMode.hpp> @@ -39,6 +38,10 @@ T lround(T x) } #endif +#ifdef _WIN32 +# include <vcl/opengl/OpenGLHelper.hxx> +#endif + static hb_blob_t* getFontTable(hb_face_t* /*face*/, hb_tag_t nTableTag, void* pUserData) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits