diff options
Diffstat (limited to 'src/net/eathena/rouletterecv.h')
-rw-r--r-- | src/net/eathena/rouletterecv.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/eathena/rouletterecv.h b/src/net/eathena/rouletterecv.h index 75b9cc6b2..db336ef10 100644 --- a/src/net/eathena/rouletterecv.h +++ b/src/net/eathena/rouletterecv.h @@ -23,7 +23,10 @@ #include "net/roulettehandler.h" -#include "net/eathena/messagehandler.h" +namespace Net +{ + class MessageIn; +} namespace EAthena { |