Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / special / stringlist.cpp
index 01ed687..a9f73cc 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "string.h"
 #include "stdlib.h"
-#include "special/stringlist.h"
+#include "../special/stringlist.h"
 
 using namespace SuperTux;