diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-10 20:08:30 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-10 20:08:30 +0000 |
commit | e7f08977f2686ceebb7a27ab56dd686a5b976e77 (patch) | |
tree | 9fa69aeb4cb724e750596dc46a57e1419e64ae7c /include | |
parent | 5fb54ac29a36131d2e49991095ef9741abb5f94e (diff) |
Add time.h include to inspircd.h. Random cleanups in channels.cpp, mostly using the typedef'ed names already defined rather than having the full template names everywhere. Remove some unneeded casts too.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3865 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index c13c4dd7f..ecd09964b 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -17,6 +17,7 @@ #ifndef __INSPIRCD_H__ #define __INSPIRCD_H__ +#include <time.h> #include <string> #include <sstream> #include "inspircd_config.h" |