From 8725353877bf558cca2cccef0acdbb5153c4553e Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 5 Nov 2016 14:28:36 +0200 Subject: [PATCH] Add a missing include for GLContext on Windows --- source/graphics/wgl/glcontext.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/graphics/wgl/glcontext.cpp b/source/graphics/wgl/glcontext.cpp index f31d84c..98aabb3 100644 --- a/source/graphics/wgl/glcontext.cpp +++ b/source/graphics/wgl/glcontext.cpp @@ -1,3 +1,4 @@ +#include #include #include #include -- 2.43.0