Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / special / sprite_manager.h
index a2e4340..8663081 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <map>
 
-#include "special/sprite.h"
+#include "../special/sprite.h"
 
 namespace SuperTux
   {