From 0f14a8d9973746059951730d91dde119d7125803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 27 Jul 2019 21:49:07 +0200 Subject: [PATCH] Platform: hmm, this header doesn't exist anymore. Looks like this code is never compiled, hah. --- src/Magnum/Platform/WindowlessWindowsEglApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Platform/WindowlessWindowsEglApplication.cpp b/src/Magnum/Platform/WindowlessWindowsEglApplication.cpp index b578f9a36..fca451375 100644 --- a/src/Magnum/Platform/WindowlessWindowsEglApplication.cpp +++ b/src/Magnum/Platform/WindowlessWindowsEglApplication.cpp @@ -29,7 +29,7 @@ #include #include "Magnum/GL/Version.h" -#include "Magnum/Platform/Context.h" +#include "Magnum/Platform/GLContext.h" #include "Implementation/Egl.h"