From a5fa245227e957f5ed54a62f61f881a50530246c Mon Sep 17 00:00:00 2001 From: Willy Scheibel Date: Wed, 30 Mar 2016 13:04:06 +0200 Subject: [PATCH] Fix compilation for glbinding 2.0 --- source/gloperate-osg/source/OsgFboRenderStage_osg.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/gloperate-osg/source/OsgFboRenderStage_osg.cpp b/source/gloperate-osg/source/OsgFboRenderStage_osg.cpp index 728fd12f..c59f86de 100644 --- a/source/gloperate-osg/source/OsgFboRenderStage_osg.cpp +++ b/source/gloperate-osg/source/OsgFboRenderStage_osg.cpp @@ -1,6 +1,9 @@ #include +#undef __gl_h_ // dirtiest hack imaginale +// TODO: find a solution for GL/gl.h and glbinding/gl/gl.h + #include #include