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