summaryrefslogtreecommitdiff
path: root/src/common/chunk_file.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/chunk_file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/chunk_file.h b/src/common/chunk_file.h
index 3f97d56bf..dcd80525e 100644
--- a/src/common/chunk_file.h
+++ b/src/common/chunk_file.h
@@ -34,8 +34,9 @@
34#include <set> 34#include <set>
35#include <type_traits> 35#include <type_traits>
36 36
37#include "common/common.h" 37#include "common/common_types.h"
38#include "common/file_util.h" 38#include "common/file_util.h"
39#include "common/logging/log.h"
39 40
40template <class T> 41template <class T>
41struct LinkedListItem : public T 42struct LinkedListItem : public T