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