summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/wall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/wall.h b/server/wall.h
index 8f864d0..ca48a40 100644
--- a/server/wall.h
+++ b/server/wall.h
@@ -1,7 +1,7 @@
#ifndef WALL_H
#define WALL_H
-#include "..\common\tile.h"
+#include "../common/tile.h"
#include <boost/random/mersenne_twister.hpp>
#include <vector>