summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h
index 80c5bfa8c..6435b5813 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -19,7 +19,7 @@
#include <string>
#include <deque>
-#include <multimap>
+#include <map>
typedef std::deque<std::string> file_cache;
typedef std::pair< std::string, std::string > KeyVal;