Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / special / timer.cpp
index 0791f71..ae07632 100644 (file)
@@ -19,7 +19,7 @@
 //  02111-1307, USA.
 
 #include "SDL.h"
-#include "special/timer.h"
+#include "../special/timer.h"
 
 using namespace SuperTux;