diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-19 00:22:51 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-19 00:22:51 +0000 |
commit | 98e1956eac672122fc9f5ee031f20289ad232354 (patch) | |
tree | 67916d2bfaebbbd7f81464a6d633da2c9eefbd15 | |
parent | 812dcf79f6ccea65a616f4aecb5701e1846e8aea (diff) |
Add multimap
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4982 e03df62e-2008-0410-955e-edbf42e46eb7
-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 e76aa5053..80c5bfa8c 100644 --- a/include/globals.h +++ b/include/globals.h @@ -19,6 +19,7 @@ #include <string> #include <deque> +#include <multimap> typedef std::deque<std::string> file_cache; typedef std::pair< std::string, std::string > KeyVal; |