From 960910e8cb12d08753c50607ef67c98e5f5ce84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 18 Apr 2025 00:00:52 +0200 Subject: [PATCH] python: hotfix to still compile with the now-deprecated text renderer. The bindings need an update to the new API but this at least makes it build. --- src/python/magnum/text.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/python/magnum/text.cpp b/src/python/magnum/text.cpp index e8f71b0..ac02330 100644 --- a/src/python/magnum/text.cpp +++ b/src/python/magnum/text.cpp @@ -27,6 +27,9 @@ #include #include /** @todo drop once we have our string casters */ #include +#include +#include +#include #include #include #include