diff options
Diffstat (limited to 'src/filecache.cpp')
-rw-r--r-- | src/filecache.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filecache.cpp b/src/filecache.cpp index b31b31a..a107714 100644 --- a/src/filecache.cpp +++ b/src/filecache.cpp @@ -1,6 +1,8 @@ #include "filecache.hpp" #include <utility> + +#include "abaddon.hpp" #include "MurmurHash3.h" std::string GetCachedName(const std::string &str) { |