From 24d70937d7b80b4d5be687f68c79b4c55383bc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 24 Feb 2021 21:42:11 +0100 Subject: [PATCH] Platform: this include isn't needed. --- src/Magnum/Platform/GLContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Platform/GLContext.h b/src/Magnum/Platform/GLContext.h index dd372478e..5a0c5aa7a 100644 --- a/src/Magnum/Platform/GLContext.h +++ b/src/Magnum/Platform/GLContext.h @@ -31,7 +31,7 @@ */ #endif -#include +#include #include "Magnum/configure.h"