From 1037381279a8374d9b8a124e5d77271a3968bb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 21 Jun 2026 17:15:58 +0200 Subject: [PATCH] GL: this STL compat include is no longer needed. --- src/Magnum/GL/Test/ContextGLTest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Magnum/GL/Test/ContextGLTest.cpp b/src/Magnum/GL/Test/ContextGLTest.cpp index 951ebf386..77ec51d5c 100644 --- a/src/Magnum/GL/Test/ContextGLTest.cpp +++ b/src/Magnum/GL/Test/ContextGLTest.cpp @@ -28,8 +28,7 @@ #include #include #include -#include /** @todo remove once Debug is stream-free */ -#include +#include #include #include