From ab01aaeeee9aed655df2eec2522072233fe3aa57 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 22:58:24 +0000 Subject: Changed to use __single_client_alloc, faster on most systems in a single thread Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_antibottler.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/m_antibottler.cpp') diff --git a/src/modules/m_antibottler.cpp b/src/modules/m_antibottler.cpp index 3b57d9d09..8351969e9 100644 --- a/src/modules/m_antibottler.cpp +++ b/src/modules/m_antibottler.cpp @@ -13,6 +13,7 @@ * * --------------------------------------------------- */ +using namespace std; #include "users.h" #include "channels.h" -- cgit v1.2.3