From ecb44711d1403dc3c9d2554a71124a6df1dc5fd5 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 27 May 2020 21:20:43 -0400 Subject: [PATCH] Add glext.h. --- Outputs/OpenGL/OpenGL.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Outputs/OpenGL/OpenGL.hpp b/Outputs/OpenGL/OpenGL.hpp index ad5fad91a..1cef48dda 100644 --- a/Outputs/OpenGL/OpenGL.hpp +++ b/Outputs/OpenGL/OpenGL.hpp @@ -23,6 +23,7 @@ #else #define GL_GLEXT_PROTOTYPES #include +#include #endif #ifndef NDEBUG