summaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-19 00:31:18 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-19 00:31:18 +0000
commit85672a1c17afedcc2851dc7cb3bb3834df63fa19 (patch)
treedc2588dd85c4a84d0dd10298a0d1b184619e0a27 /include/globals.h
parent720bca17eff999db3a3770f581535a51c2639c8e (diff)
Missing vector.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4984 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h1
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;