From 09dd16b981c38cbde7573398cb50ae1cf0531ade Mon Sep 17 00:00:00 2001 From: om Date: Mon, 10 Apr 2006 22:50:41 +0000 Subject: Route some more stuff through socket.h and hash_map.h. Add #define protection to timer.h and remove some unneeded includes and externs from timer.cpp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3869 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hash_map.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/hash_map.h') diff --git a/include/hash_map.h b/include/hash_map.h index f74dce92a..39529634a 100644 --- a/include/hash_map.h +++ b/include/hash_map.h @@ -21,11 +21,15 @@ #include "inspircd_config.h" #ifdef GCC3 + #include #define nspace __gnu_cxx + #else + #include #define nspace std + #endif #endif -- cgit v1.2.3