diff --git a/include/osg/Drawable b/include/osg/Drawable index b0469b927..8fece31b5 100644 --- a/include/osg/Drawable +++ b/include/osg/Drawable @@ -47,6 +47,12 @@ #define GL_TIME_ELAPSED 0x88BF #endif +#ifndef GL_QUERY_RESULT + #define GL_QUERY_RESULT 0x8866 + #define GL_QUERY_RESULT_AVAILABLE 0x8867 +#endif + + #ifndef GL_EXT_timer_query #ifdef _WIN32 typedef __int64 GLint64EXT;