diff options
-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; |