aboutsummaryrefslogtreecommitdiff
path: root/frontend/cmd/put.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/cmd/put.cpp')
-rw-r--r--frontend/cmd/put.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/cmd/put.cpp b/frontend/cmd/put.cpp
index 35de352..be3bcca 100644
--- a/frontend/cmd/put.cpp
+++ b/frontend/cmd/put.cpp
@@ -1,7 +1,7 @@
#include "../GameController.h"
#include "../strings.h"
-#include "../Exception.h"
+#include "backend/Exception.h"
#include "backend/print.h"
#include "backend/Location.h"
#include "backend/Dungeon.h"