From 3076c4266337adb86442657162fd1b681bace253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 6 Jan 2013 15:37:31 +0100 Subject: [PATCH] Math: using absolute #includes in Quaternion.h. --- src/Math/Quaternion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Math/Quaternion.h b/src/Math/Quaternion.h index adaf3c5fa..f41c93c73 100644 --- a/src/Math/Quaternion.h +++ b/src/Math/Quaternion.h @@ -23,8 +23,8 @@ #include #include -#include "Vector3.h" -#include "MathTypeTraits.h" +#include "Math/MathTypeTraits.h" +#include "Math/Vector3.h" namespace Magnum { namespace Math {