fix build failure if pch is on

This commit is contained in:
wmayer
2018-08-16 01:50:54 +02:00
parent 266f82bca4
commit 584ad02f16

View File

@@ -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>