diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-06-12 19:29:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-06-12 19:29:42 +0000 |
commit | b3e3b1f14e12b4b0a395ef8e2a4848f132e2c22b (patch) | |
tree | 18a4627fa652e12055acf88bfac758df0ad85d89 /include/inspircd.h | |
parent | 06a25cab68a58a4c9e985a394590b3288de33723 (diff) |
Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, why couldnt you just use TR1 from the start???
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9894 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 9d7c8e6e1..e1048f114 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -34,6 +34,8 @@ // Required system headers. #include <time.h> #include <stdarg.h> +#include <algorithm> +#include <cmath> #include "inspircd_config.h" #include "uid.h" |