diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-19 21:56:01 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-19 21:56:01 +0000 |
commit | 6a016cb0a6ba93d30fdd16edab1774273d036d69 (patch) | |
tree | f1b5f154b45fa2bdadb20101451c5d587fa30908 /include | |
parent | a67b9de1742efbff29ec08093b220565eab7df23 (diff) |
Fix broken build
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10044 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 a225c7e3a..002c4899a 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -38,6 +38,7 @@ #include <cmath> #include <cstring> #include <climits> +#include <string> #include <vector> #include <deque> #include <map> |