diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-20 22:24:01 +0100 |
|---|---|---|
| committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 00:36:53 +0100 |
| commit | 8cf9eb7f431e235a39f380118cfd081a604ea1c9 (patch) | |
| tree | 40fb32350e16c85e65c44b121f8cf37d11ba6f13 /src/common/chunk_file.h | |
| parent | 79aa1b0808e8561560b58dab950ba4cd36e6aabb (diff) | |
Common: Fix FileUtil includes, and everything relying on those.
Diffstat (limited to 'src/common/chunk_file.h')
| -rw-r--r-- | src/common/chunk_file.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/common/chunk_file.h b/src/common/chunk_file.h index dcd80525e..ee9f3d7c0 100644 --- a/src/common/chunk_file.h +++ b/src/common/chunk_file.h @@ -26,13 +26,14 @@ // - Zero backwards/forwards compatibility // - Serialization code for anything complex has to be manually written. -#include <map> -#include <vector> +#include <cstring> #include <deque> -#include <string> #include <list> +#include <map> #include <set> +#include <string> #include <type_traits> +#include <vector> #include "common/common_types.h" #include "common/file_util.h" |
