summaryrefslogtreecommitdiffstats
path: root/Game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Game.hpp')
-rw-r--r--Game.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game.hpp b/Game.hpp
index 1a2edce..b9096a5 100644
--- a/Game.hpp
+++ b/Game.hpp
@@ -3,7 +3,7 @@
#include "PositionI.hpp"
#include "NetworkClient.hpp"
#include "World.hpp"
-#include "Display.hpp"
+#include "graphics/Display.hpp"
class Game {
public: