diff options
Diffstat (limited to 'src/net/eathena/buysellhandler.cpp')
-rw-r--r-- | src/net/eathena/buysellhandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/buysellhandler.cpp b/src/net/eathena/buysellhandler.cpp index 769160894..ce8b220d5 100644 --- a/src/net/eathena/buysellhandler.cpp +++ b/src/net/eathena/buysellhandler.cpp @@ -24,9 +24,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/protocol.h" |