diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-05 20:53:12 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-05 20:53:12 +0000 |
commit | 72c7a7aad72a581a822b854add00832304b11204 (patch) | |
tree | c2c1d061cd2974bdc55a551c1e4268401f7f2273 | |
parent | d96e43393b3472929273b378387ab43ca0ebf86a (diff) |
Made commands.cpp include its own header (oops)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2203 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index dee16b245..efc2f1cbc 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -64,6 +64,7 @@ using namespace std; #include "dynamic.h" #include "wildcard.h" #include "message.h" +#include "commands.h" #include "mode.h" #include "xline.h" #include "inspstring.h" |