diff --git a/include/osg/Transform b/include/osg/Transform index 051724234..c20921053 100644 --- a/include/osg/Transform +++ b/include/osg/Transform @@ -17,6 +17,10 @@ #include #include +#ifndef GL_RESCALE_NORMAL +#define GL_RESCALE_NORMAL 0x803A +#endif + namespace osg {