From b4d621c9576690df625d1c7b53911d29d9654747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 11 Feb 2026 14:53:21 +0100 Subject: [PATCH] Add missing transitive includes. Discovered with _LIBCPP_REMOVE_TRANSITIVE_INCLUDES. --- src/Magnum/GL/Test/ContextGLTest.cpp | 1 + src/Magnum/Platform/EmscriptenApplication.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Magnum/GL/Test/ContextGLTest.cpp b/src/Magnum/GL/Test/ContextGLTest.cpp index b11573420..ed0c02849 100644 --- a/src/Magnum/GL/Test/ContextGLTest.cpp +++ b/src/Magnum/GL/Test/ContextGLTest.cpp @@ -38,6 +38,7 @@ #include "Magnum/Platform/GLContext.h" #ifndef CORRADE_TARGET_EMSCRIPTEN +#include /* std::ref() */ #include #endif diff --git a/src/Magnum/Platform/EmscriptenApplication.cpp b/src/Magnum/Platform/EmscriptenApplication.cpp index eb23807dc..830356c50 100644 --- a/src/Magnum/Platform/EmscriptenApplication.cpp +++ b/src/Magnum/Platform/EmscriptenApplication.cpp @@ -29,6 +29,7 @@ #include "EmscriptenApplication.h" +#include /* std::lower_bound() */ #include #include #include