Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / math / vector.cpp
index 2901e35..1b04518 100644 (file)
@@ -19,7 +19,9 @@
 
 #include <cmath>
 
-#include "math/vector.h"
+#include "../math/vector.h"
+
+using namespace SuperTux;
 
 Vector Vector::unit() const
 {