Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / math / physic.cpp
index 37d84fb..0873cde 100644 (file)
@@ -20,8 +20,8 @@
 
 #include <cstdio>
 
-#include "math/physic.h"
-#include "special/timer.h"
+#include "../math/physic.h"
+#include "../special/timer.h"
 
 using namespace SuperTux;