diff options
| author | 2015-05-07 11:45:45 -0700 | |
|---|---|---|
| committer | 2015-05-07 11:45:45 -0700 | |
| commit | 4f4d230dac936f32cceb8be35fe09822d85bb2b6 (patch) | |
| tree | a180a736708834708e0e5b95fd1720f37722b429 /src/common/chunk_file.h | |
| parent | Merge pull request #695 from Subv/crash_f (diff) | |
| parent | Fix printf format warning (diff) | |
| download | yuzu-4f4d230dac936f32cceb8be35fe09822d85bb2b6.tar.gz yuzu-4f4d230dac936f32cceb8be35fe09822d85bb2b6.tar.xz yuzu-4f4d230dac936f32cceb8be35fe09822d85bb2b6.zip | |
Merge pull request #721 from yuriks/more-cleanups
More cleanups
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 3f97d56bf..dcd80525e 100644 --- a/src/common/chunk_file.h +++ b/src/common/chunk_file.h | |||
| @@ -34,8 +34,9 @@ | |||
| 34 | #include <set> | 34 | #include <set> |
| 35 | #include <type_traits> | 35 | #include <type_traits> |
| 36 | 36 | ||
| 37 | #include "common/common.h" | 37 | #include "common/common_types.h" |
| 38 | #include "common/file_util.h" | 38 | #include "common/file_util.h" |
| 39 | #include "common/logging/log.h" | ||
| 39 | 40 | ||
| 40 | template <class T> | 41 | template <class T> |
| 41 | struct LinkedListItem : public T | 42 | struct LinkedListItem : public T |