diff options
Diffstat (limited to 'src/net/tmwa/gamehandler.cpp')
-rw-r--r-- | src/net/tmwa/gamehandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/tmwa/gamehandler.cpp b/src/net/tmwa/gamehandler.cpp index b066db36b..57771559d 100644 --- a/src/net/tmwa/gamehandler.cpp +++ b/src/net/tmwa/gamehandler.cpp @@ -24,7 +24,8 @@ #include "client.h" #include "game.h" -#include "localplayer.h" + +#include "being/localplayer.h" #include "net/tmwa/loginhandler.h" #include "net/tmwa/network.h" |