diff options
| author | 2015-06-21 15:44:11 +0100 | |
|---|---|---|
| committer | 2015-06-28 00:36:54 +0100 | |
| commit | e5fcabdd698b7c5e8fe8c0903ed2b3babcb75a17 (patch) | |
| tree | 7439b5ad9e4ce95624feb54e35ccab3b6a8a772e /src/common | |
| parent | Core: Cleanup core includes. (diff) | |
| download | yuzu-e5fcabdd698b7c5e8fe8c0903ed2b3babcb75a17.tar.gz yuzu-e5fcabdd698b7c5e8fe8c0903ed2b3babcb75a17.tar.xz yuzu-e5fcabdd698b7c5e8fe8c0903ed2b3babcb75a17.zip | |
Core: Cleanup file_sys includes.
Diffstat (limited to '')
| -rw-r--r-- | src/common/make_unique.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/make_unique.h b/src/common/make_unique.h index 2a7b76412..f6e7f017c 100644 --- a/src/common/make_unique.h +++ b/src/common/make_unique.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <algorithm> | ||
| 7 | #include <memory> | 8 | #include <memory> |
| 8 | 9 | ||
| 9 | namespace Common { | 10 | namespace Common { |