From be337787b22c0cdc1fe796f70bd318b8af958564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 31 Mar 2020 19:17:12 +0200 Subject: [PATCH] Math: explicitly include in TypeTraits.h. We need it there, but somehow it was not being explicitly (transitively) pulled in by any header. --- src/Magnum/Math/TypeTraits.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Math/TypeTraits.h b/src/Magnum/Math/TypeTraits.h index 1905ac5af..d956f58c1 100644 --- a/src/Magnum/Math/TypeTraits.h +++ b/src/Magnum/Math/TypeTraits.h @@ -29,6 +29,7 @@ * @brief Type traits */ +#include #include #include "Magnum/Math/Math.h"