mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
System includes to make newer gcc happy.
Until gcc 4.5, when it all gets rearranged again. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11495 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
4b595170f5
commit
fabedcb1d7
@ -30,11 +30,20 @@
|
||||
#undef ERROR
|
||||
#endif
|
||||
|
||||
// Required system headers.
|
||||
#include <ctime>
|
||||
#include <cstdarg>
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <climits>
|
||||
#include <cstdio>
|
||||
#include <time.h>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <list>
|
||||
#include <climits>
|
||||
|
||||
|
||||
#include "inspircd_config.h"
|
||||
#include "users.h"
|
||||
#include "channels.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user