vcl/source/opengl/OpenGLContext.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e2f11ea93e67f156dcd3c1284bbda0056b8c4ebf
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Mon Sep 1 23:10:54 2014 +0200

    fix non OSX build again
    
    Change-Id: I3faccc9f70b1afb7cbefd5ba9b26612eb7cda1fd

diff --git a/vcl/source/opengl/OpenGLContext.cxx 
b/vcl/source/opengl/OpenGLContext.cxx
index b908f05..d7ea0ee 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -17,9 +17,11 @@
 #include <vcl/bmpacc.hxx>
 #include <vcl/graph.hxx>
 
+#if defined(MACOSX)
 #include <premac.h>
 #include "OpenGLWrapper.hxx"
 #include <postmac.h>
+#endif
 
 using namespace com::sun::star;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to