diff options
Diffstat (limited to 'src/net/eathena/markethandler.cpp')
-rw-r--r-- | src/net/eathena/markethandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/markethandler.cpp b/src/net/eathena/markethandler.cpp index 7785a1d8f..f57b3ec2d 100644 --- a/src/net/eathena/markethandler.cpp +++ b/src/net/eathena/markethandler.cpp @@ -22,9 +22,10 @@ #include "notifymanager.h" -#include "being/attributes.h" #include "being/playerinfo.h" +#include "enums/being/attributes.h" + #include "gui/windows/buydialog.h" #include "net/eathena/messageout.h" |