diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h
index 28e38bd16..2ff676274 100644
--- a/include/GL/glfw3.h
+++ b/include/GL/glfw3.h
@@ -161,6 +161,8 @@ extern "C" {
#else
#if defined(GLFW_INCLUDE_GL3)
#include
GLFW_OPENGL_ROBUSTNESS window hint and associated strategy tokens for GL_ARB_robustness supportGLFW_OPENGL_REVISION window parameter to make up for removal of glfwGetGLVersionGLFW_INCLUDE_GL3 macro for telling the GLFW header to include gl3.h header instead of gl.hGLFW_INCLUDE_ES2 macro for telling the GLFW header to include the OpenGL ES 2.0 header instead of gl.hwindows simple multi-window test programsharing simple OpenGL object sharing test programmodes video mode enumeration and setting test program