aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2014-07-02 11:50:03 -0500
committerSubv <subv2112@gmail.com>2014-07-02 11:50:03 -0500
commit2874014443cff95e34a75ffa3bfe816ed7143803 (patch)
tree611ae46672af71d54721676edbf20ef36e21df6f /src/server/worldserver
parent8df9e98ba5d7e230009f640a95289639ede8b0c1 (diff)
Cleaned up the authserver includes a bit.
Fixed authserver pch build
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/WorldThread/WorldRunnable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/worldserver/WorldThread/WorldRunnable.h b/src/server/worldserver/WorldThread/WorldRunnable.h
index 3e2c07b8842..c6d00d269e7 100644
--- a/src/server/worldserver/WorldThread/WorldRunnable.h
+++ b/src/server/worldserver/WorldThread/WorldRunnable.h
@@ -23,7 +23,7 @@
#ifndef __WORLDRUNNABLE_H
#define __WORLDRUNNABLE_H
-#include <boost/asio.hpp>
+#include <boost/asio/io_service.hpp>
void WorldThread(boost::asio::io_service& ioService);