From 491b7bd48bb8aabc507ceec0ac413f1d56f08a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 25 Jan 2025 12:47:18 +0100 Subject: [PATCH] Text: missing for a deprecated std::pair usage. --- src/Magnum/Text/AbstractGlyphCache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Text/AbstractGlyphCache.h b/src/Magnum/Text/AbstractGlyphCache.h index 0fe50032b..77ea40705 100644 --- a/src/Magnum/Text/AbstractGlyphCache.h +++ b/src/Magnum/Text/AbstractGlyphCache.h @@ -41,6 +41,7 @@ #include "Magnum/TextureTools/TextureTools.h" #ifdef MAGNUM_BUILD_DEPRECATED +#include /* std::pair */ #include #include #endif