summaryrefslogtreecommitdiffstats
path: root/src/chat-server/chatchannelmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat-server/chatchannelmanager.cpp')
-rw-r--r--src/chat-server/chatchannelmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chat-server/chatchannelmanager.cpp b/src/chat-server/chatchannelmanager.cpp
index 70cee8f..59e580f 100644
--- a/src/chat-server/chatchannelmanager.cpp
+++ b/src/chat-server/chatchannelmanager.cpp
@@ -30,6 +30,8 @@
#include "common/configuration.h"
#include "utils/stringfilter.h"
+using namespace ManaServ;
+
ChatChannelManager::ChatChannelManager() : mNextChannelId(1)
{
}