Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / utils / configfile.h
index 9ef9d31..897982c 100644 (file)
@@ -20,7 +20,9 @@
 #ifndef SUPERTUX_CONFIGFILE_H
 #define SUPERTUX_CONFIGFILE_H
 
-#include "utils/lispreader.h"
+#include "../utils/lispreader.h"
+
+namespace SuperTux {
 
 class Config {
   public:
@@ -32,6 +34,7 @@ class Config {
 
 extern Config* config;
 
+} //namespace SuperTux
 
 #endif