diff options
Diffstat (limited to 'src/modules/m_opermotd.cpp')
-rw-r--r-- | src/modules/m_opermotd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp index d52bb0162..ffdb7da90 100644 --- a/src/modules/m_opermotd.cpp +++ b/src/modules/m_opermotd.cpp @@ -1,5 +1,7 @@ // opermotd module by typobox43 +using namespace std; + #include <stdio.h> #include "users.h" #include "channels.h" |