Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / video / surface.h
index ea9e694..10fe06e 100644 (file)
@@ -30,8 +30,8 @@
 
 #include "SDL.h"
 
-#include "math/vector.h"
-#include "video/screen.h"
+#include "../math/vector.h"
+#include "../video/screen.h"
 
 namespace SuperTux
   {