diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h index fea21e3c7..8308bd5f1 100644 --- a/src/commands.h +++ b/src/commands.h @@ -24,7 +24,8 @@ #define COMMANDS_H #include "playerrelations.h" -#include "keydata.h" + +#include "input/keydata.h" #include <string> |