From 70402d687fd7bfb47178a28b2d7b8d3ac4947dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 25 Aug 2012 01:05:03 +0200 Subject: [PATCH] Added missing #include. --- src/Math/MathTypeTraits.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Math/MathTypeTraits.h b/src/Math/MathTypeTraits.h index fb97bb8b6..efe47f3a6 100644 --- a/src/Math/MathTypeTraits.h +++ b/src/Math/MathTypeTraits.h @@ -19,6 +19,7 @@ * @brief Class Magnum::Math::MathTypeTraits */ +#include #include /** @brief Precision when testing floats for equality */