diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-07-27 01:26:03 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-07-27 01:26:03 +0200 |
commit | 26715795b4b2711104695fa486d1f49c1401976a (patch) | |
tree | 704354ebc91089950bf30760b27c70edb1c30258 /src/server/authserver/Server/AuthSession.cpp | |
parent | c1b1ba44ba306ec41a981009f37d265283618d9f (diff) |
Fixed gcc build
Diffstat (limited to 'src/server/authserver/Server/AuthSession.cpp')
-rw-r--r-- | src/server/authserver/Server/AuthSession.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/server/authserver/Server/AuthSession.cpp b/src/server/authserver/Server/AuthSession.cpp index 38198854bfc..cc5dc8cbb1b 100644 --- a/src/server/authserver/Server/AuthSession.cpp +++ b/src/server/authserver/Server/AuthSession.cpp @@ -16,11 +16,8 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <memory> -#include <boost/lexical_cast.hpp> -#include <boost/asio/write.hpp> -#include <AuthSession.h> -#include <Log.h> +#include "AuthSession.h" +#include "Log.h" #include "ByteBuffer.h" #include "AuthCodes.h" #include "Database/DatabaseEnv.h" @@ -28,6 +25,7 @@ #include "openssl/crypto.h" #include "Configuration/Config.h" #include "RealmList.h" +#include <boost/lexical_cast.hpp> using boost::asio::ip::tcp; |