diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-30 03:23:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-30 03:35:27 +0300 |
commit | 0b20c8cb3c0b4831349e0b76495ad207630292aa (patch) | |
tree | d3c00514cd5c95bf4899db90e62ba7918baa234e /src/net/eathena/generalrecv.cpp | |
parent | 201dc96af656196a24e6ce4bbcc3e22fc960a972 (diff) | |
download | plus-0b20c8cb3c0b4831349e0b76495ad207630292aa.tar.gz plus-0b20c8cb3c0b4831349e0b76495ad207630292aa.tar.bz2 plus-0b20c8cb3c0b4831349e0b76495ad207630292aa.tar.xz plus-0b20c8cb3c0b4831349e0b76495ad207630292aa.zip |
Remove extra includes from headers.
Diffstat (limited to 'src/net/eathena/generalrecv.cpp')
-rw-r--r-- | src/net/eathena/generalrecv.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/generalrecv.cpp b/src/net/eathena/generalrecv.cpp index 58f16c9df..2074fe31e 100644 --- a/src/net/eathena/generalrecv.cpp +++ b/src/net/eathena/generalrecv.cpp @@ -27,6 +27,7 @@ #include "net/messagein.h" +#include "utils/cast.h" #include "utils/gettext.h" #include "debug.h" |