From b4253abd79d33973848e41532519be9af88a2502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 25 Oct 2013 17:12:39 +0200 Subject: [PATCH] Math: document include in test. --- src/Math/Test/Vector2Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Math/Test/Vector2Test.cpp b/src/Math/Test/Vector2Test.cpp index b1f5c9fe4..b49c74aee 100644 --- a/src/Math/Test/Vector2Test.cpp +++ b/src/Math/Test/Vector2Test.cpp @@ -26,7 +26,7 @@ #include #include -#include "Math/Vector3.h" +#include "Math/Vector3.h" /* Vector3 used in Vector2::cross() */ struct Vec2 { float x, y;