diff --git a/include/osg/State b/include/osg/State index 62bedd2d9..f1af1e241 100644 --- a/include/osg/State +++ b/include/osg/State @@ -38,6 +38,10 @@ #include #include +#ifndef GL_TEXTURE0 +#define GL_TEXTURE0 0x84C0 +#endif + namespace osg { /** macro for use with osg::StateAttribute::apply methods for detecting and