aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_sql_oper.cpp
diff options
context:
space:
mode:
authorGravatar Jackmcbarn2011-01-30 15:41:21 -0500
committerGravatar Jackmcbarn2011-01-30 15:41:21 -0500
commite37b00851e0a065223893f619df50cd3a27d604c (patch)
tree62ad1a0a156917879cbb0eede20f53820a4bfce3 /src/modules/m_sql_oper.cpp
parentRemove dynamic.h from inspircd.h (diff)
Remove command_parse.h from inspircd.h
Diffstat (limited to 'src/modules/m_sql_oper.cpp')
-rw-r--r--src/modules/m_sql_oper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_sql_oper.cpp b/src/modules/m_sql_oper.cpp
index 3c2cf3ab2..41000a118 100644
--- a/src/modules/m_sql_oper.cpp
+++ b/src/modules/m_sql_oper.cpp
@@ -12,6 +12,7 @@
*/
#include "inspircd.h"
+#include "command_parse.h"
#include "sql.h"
#include "hash.h"