]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/mode.cpp
Moved all command handler functions into commands.cpp/commands.h
[user/henk/code/inspircd.git] / src / mode.cpp
index e4db9763ef390e4d81f16dffa56fc19972f670ab..3458cab2841ddf5cf42e8dd3d8154ade8099ccbd 100644 (file)
@@ -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;