aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-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 ee9f3d7c..8be0b110 100644
--- a/src/common/chunk_file.h
+++ b/src/common/chunk_file.h
@@ -33,10 +33,11 @@
#include <set>
#include <string>
#include <type_traits>
+#include <utility>
#include <vector>
+#include "common/assert.h"
#include "common/common_types.h"
-#include "common/file_util.h"
#include "common/logging/log.h"
template <class T>