aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
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);