diff options
Diffstat (limited to 'src/net/ea/gui/partytab.cpp')
-rw-r--r-- | src/net/ea/gui/partytab.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ea/gui/partytab.cpp b/src/net/ea/gui/partytab.cpp index d21e82d20..c41fad098 100644 --- a/src/net/ea/gui/partytab.cpp +++ b/src/net/ea/gui/partytab.cpp @@ -24,11 +24,12 @@ #include "chatlogger.h" #include "commandhandler.h" -#include "localplayer.h" #include "party.h" #include "soundconsts.h" #include "soundmanager.h" +#include "being/localplayer.h" + #include "net/net.h" #include "net/partyhandler.h" |