diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-20 08:53:56 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-20 08:53:56 +0000 |
commit | ca781714c1651a9e7042eb930c6b117449f8e1fc (patch) | |
tree | 626d56d3997cfffcfaecf8461ed6cfceed74b200 /include/inspircd.h | |
parent | 2d4a319d961e3f9e6aa9f7926f9ed320d72de8da (diff) |
Fixes to some stuff that writes on memory it shouldn't (thanks psychon).
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10047 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 002c4899a..fc0f2a04e 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -38,6 +38,8 @@ #include <cmath> #include <cstring> #include <climits> + +#include <sstream> #include <string> #include <vector> #include <deque> |