diff options
Diffstat (limited to 'frontend/cmd/go.cpp')
-rw-r--r-- | frontend/cmd/go.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/cmd/go.cpp b/frontend/cmd/go.cpp index 5fd7c93..185d727 100644 --- a/frontend/cmd/go.cpp +++ b/frontend/cmd/go.cpp @@ -1,10 +1,10 @@ #include "backend/Location.h" #include "backend/print.h" #include "backend/Dungeon.h" +#include "backend/Exception.h" #include "../GameController.h" #include "../strings.h" -#include "../Exception.h" using namespace std; |