Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / special / moving_object.cpp
index 7ed991d..b874408 100644 (file)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "special/moving_object.h"
+#include "../special/moving_object.h"
 
 using namespace SuperTux;