diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-21 15:11:32 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 00:36:54 +0100 |
commit | aea15f5c731b325be48ea4900ae3eca341ac03cd (patch) | |
tree | 695d7a0d4c404340cabdd5e5565913f3c86ba5b9 /src/common/chunk_file.h | |
parent | 45c4781544624c85a8178c6ee445cfe6a4751910 (diff) |
Core: Cleanup core includes.
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 ee9f3d7c0..8be0b1109 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> |