diff options
| author | 2006-08-19 00:31:18 +0000 | |
|---|---|---|
| committer | 2006-08-19 00:31:18 +0000 | |
| commit | 85672a1c17afedcc2851dc7cb3bb3834df63fa19 (patch) | |
| tree | dc2588dd85c4a84d0dd10298a0d1b184619e0a27 /include | |
| parent | I hate this header (diff) | |
Missing vector.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4984 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/globals.h b/include/globals.h index 6435b5813..fce5fc043 100644 --- a/include/globals.h +++ b/include/globals.h @@ -20,6 +20,7 @@ #include <string> #include <deque> #include <map> +#include <vector> typedef std::deque<std::string> file_cache; typedef std::pair< std::string, std::string > KeyVal; |
