Skip to content

Commit

Permalink
fix build failure if pch is on
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Aug 15, 2018
1 parent a551552 commit c842f0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Gui/GLBuffer.cpp
Expand Up @@ -27,16 +27,14 @@
#define GL_GLEXT_PROTOTYPES
#endif

#ifndef _PreComp_
# ifdef FC_OS_MACOSX
#ifdef FC_OS_MACOSX
# include <OpenGL/gl.h>
# include <OpenGL/glu.h>
# include <OpenGL/glext.h>
# else
#else
# include <GL/gl.h>
# include <GL/glu.h>
# include <GL/glext.h>
# endif
#endif

#include <Inventor/elements/SoGLCacheContextElement.h>
Expand Down

0 comments on commit c842f0b

Please sign in to comment.