diff options
Diffstat (limited to 'src/common')
| -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 ee9f3d7c0..8be0b1109 100644 --- a/src/common/chunk_file.h +++ b/src/common/chunk_file.h | |||
| @@ -33,10 +33,11 @@ | |||
| 33 | #include <set> | 33 | #include <set> |
| 34 | #include <string> | 34 | #include <string> |
| 35 | #include <type_traits> | 35 | #include <type_traits> |
| 36 | #include <utility> | ||
| 36 | #include <vector> | 37 | #include <vector> |
| 37 | 38 | ||
| 39 | #include "common/assert.h" | ||
| 38 | #include "common/common_types.h" | 40 | #include "common/common_types.h" |
| 39 | #include "common/file_util.h" | ||
| 40 | #include "common/logging/log.h" | 41 | #include "common/logging/log.h" |
| 41 | 42 | ||
| 42 | template <class T> | 43 | template <class T> |