summaryrefslogtreecommitdiff
path: root/src/game/GameModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameModel.h')
-rw-r--r--src/game/GameModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameModel.h b/src/game/GameModel.h
index a2eb3ce..6cb74cb 100644
--- a/src/game/GameModel.h
+++ b/src/game/GameModel.h
@@ -2,7 +2,7 @@
#define GAMEMODEL_H
#include <vector>
-#include "Simulation.h"
+#include "simulation/Simulation.h"
#include "Renderer.h"
#include "GameView.h"