diff options
Diffstat (limited to 'src/itemshortcut.cpp')
-rw-r--r-- | src/itemshortcut.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/itemshortcut.cpp b/src/itemshortcut.cpp index 2ba3cbe9a..9332211ce 100644 --- a/src/itemshortcut.cpp +++ b/src/itemshortcut.cpp @@ -26,9 +26,10 @@ #include "inventory.h" #include "item.h" #include "logger.h" -#include "playerinfo.h" #include "spellmanager.h" +#include "being/playerinfo.h" + #include "gui/skilldialog.h" #include "net/inventoryhandler.h" |