diff options
Diffstat (limited to 'src/net/eathena/tradehandler.cpp')
-rw-r--r-- | src/net/eathena/tradehandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/tradehandler.cpp b/src/net/eathena/tradehandler.cpp index df0364af5..3698153da 100644 --- a/src/net/eathena/tradehandler.cpp +++ b/src/net/eathena/tradehandler.cpp @@ -23,7 +23,8 @@ #include "net/eathena/tradehandler.h" #include "item.h" -#include "playerinfo.h" + +#include "being/playerinfo.h" #include "net/eathena/protocol.h" |