utilty: fixed generic vector for clang

This commit is contained in:
Eberhard Graether
2014-06-30 23:29:58 +02:00
parent ff3ddcca2a
commit 324dff80a8
4 changed files with 78 additions and 84 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
#include "cxxtest/TestSuite.h"
#include "utility/math/Vector2.h"
#include "utility/logging/logging.h"
#include "utility/math/Vector2.h"
class Vector2TestSuite : public CxxTest::TestSuite
{