summaryrefslogtreecommitdiffstats
path: root/src/common/chunk_file.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-21 16:11:32 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-28 01:36:54 +0200
commitaea15f5c731b325be48ea4900ae3eca341ac03cd (patch)
tree695d7a0d4c404340cabdd5e5565913f3c86ba5b9 /src/common/chunk_file.h
parentCitraQt: Cleanup includes. (diff)
downloadyuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.gz
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.bz2
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.lz
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.xz
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.zst
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.zip
Diffstat (limited to 'src/common/chunk_file.h')
-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 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>