aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server/AuthSession.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/authserver/Server/AuthSession.cpp')
-rw-r--r--src/server/authserver/Server/AuthSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Server/AuthSession.cpp b/src/server/authserver/Server/AuthSession.cpp
index ba31573cb4e..6646f1203b5 100644
--- a/src/server/authserver/Server/AuthSession.cpp
+++ b/src/server/authserver/Server/AuthSession.cpp
@@ -17,8 +17,8 @@
*/
#include <memory>
-#include <boost/asio.hpp>
#include <boost/lexical_cast.hpp>
+#include <boost/asio/write.hpp>
#include <AuthSession.h>
#include <Log.h>
#include "ByteBuffer.h"