diff options
Diffstat (limited to 'src/net/eathena/gui/partytab.cpp')
-rw-r--r-- | src/net/eathena/gui/partytab.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/gui/partytab.cpp b/src/net/eathena/gui/partytab.cpp index 157869a96..420e19fea 100644 --- a/src/net/eathena/gui/partytab.cpp +++ b/src/net/eathena/gui/partytab.cpp @@ -23,9 +23,10 @@ #include "net/eathena/gui/partytab.h" #include "chatlogger.h" -#include "localplayer.h" #include "party.h" +#include "being/localplayer.h" + #include "net/net.h" #include "net/partyhandler.h" |