Fixed gcc build

This commit is contained in:
Shauren
2014-07-27 01:26:03 +02:00
parent c1b1ba44ba
commit 26715795b4
4 changed files with 8 additions and 17 deletions

View File

@@ -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;