diff options
Diffstat (limited to 'src/common/chunk_file.h')
| -rw-r--r-- | src/common/chunk_file.h | 3 |
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 | ||
| 40 | template <class T> | 41 | template <class T> |
| 41 | struct LinkedListItem : public T | 42 | struct LinkedListItem : public T |