summaryrefslogtreecommitdiff
path: root/src/mode.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-19 01:37:29 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-19 01:37:29 +0000
commitd25c8309ce2a6b8458b57df57b75f75cf1b85ba8 (patch)
tree314f28ebe576bafa89f54afe1346bb5a4775842d /src/mode.cpp
parent74e9276df9d67147885dd2a11b1c23913c9c94f1 (diff)
Added namespace std to these new files to avoid gcc3 problems
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@669 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/mode.cpp')
-rw-r--r--src/mode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mode.cpp b/src/mode.cpp
index e4db9763e..3458cab28 100644
--- a/src/mode.cpp
+++ b/src/mode.cpp
@@ -33,6 +33,8 @@
#include "wildcard.h"
#include "message.h"
+using namespace std;
+
extern int MODCOUNT;
extern vector<Module*> modules;
extern vector<ircd_module*> factory;