summaryrefslogtreecommitdiff
path: root/filecache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filecache.cpp')
-rw-r--r--filecache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filecache.cpp b/filecache.cpp
index 3997156..9f9f718 100644
--- a/filecache.cpp
+++ b/filecache.cpp
@@ -1,6 +1,6 @@
#include "abaddon.hpp"
#include "filecache.hpp"
-#include "murmurhash3.h"
+#include "MurmurHash3.h"
Cache::Cache() {
m_tmp_path = std::filesystem::temp_directory_path() / "abaddon-cache";