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