From a01852c5e844b4957e0dd54ef44dc9f84c1b23e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 7 Jan 2025 20:01:34 +0100 Subject: [PATCH] singles: clearly mention that MagnumMath depends on CorradePair. Forgot to do that in 30f57f2865ac097cff75a09826add1ad57516e55. --- src/singles/MagnumMath.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/singles/MagnumMath.hpp b/src/singles/MagnumMath.hpp index 9c276f985..68f21ad85 100644 --- a/src/singles/MagnumMath.hpp +++ b/src/singles/MagnumMath.hpp @@ -6,6 +6,8 @@ https://doc.magnum.graphics/magnum/namespaceMagnum_1_1EigenIntegration.html https://doc.magnum.graphics/magnum/namespaceMagnum_1_1GlmIntegration.html + Depends on CorradePair.h. + This is a single-header library generated from the Magnum project. With the goal being easy integration, it's deliberately free of all comments to keep the file size small. More info, changelogs and full docs here: