diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 10:28:32 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 10:28:32 +0000 |
commit | bbf2543844cf3963a7919062798ce36d5866ecc2 (patch) | |
tree | 51541ad91793f8b7f9c282d5110e35aee9008e99 | |
parent | ef76fec4d9e527e4475721f7266278d533c5a0f8 (diff) |
Changed to include its own header
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2513 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/command_parse.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index dfde943a6..8d0752206 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -58,6 +58,7 @@ using namespace std; #include "socket.h" #include "dns.h" #include "typedefs.h" +#include "command_parse.h" extern InspIRCd* ServerInstance; |