diff options
| author | 2015-07-12 17:25:55 -0400 | |
|---|---|---|
| committer | 2015-07-12 17:25:55 -0400 | |
| commit | b6719ec922ce807510932887b80e61aeeec2fc7b (patch) | |
| tree | e51bf1dcb7fb474725329579ce2c0bd0374a7ffe /src/core/hle/kernel/process.h | |
| parent | Kernel: Add CodeSet case to Object::IsWaitable (diff) | |
| parent | Core: Fix applet includes using iwyu. (diff) | |
| download | yuzu-b6719ec922ce807510932887b80e61aeeec2fc7b.tar.gz yuzu-b6719ec922ce807510932887b80e61aeeec2fc7b.tar.xz yuzu-b6719ec922ce807510932887b80e61aeeec2fc7b.zip | |
Merge pull request #921 from linkmauve/fix-applet
Fix applet includes using iwyu
Diffstat (limited to 'src/core/hle/kernel/process.h')
| -rw-r--r-- | src/core/hle/kernel/process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h index 92fa0fa6f..83d3aceae 100644 --- a/src/core/hle/kernel/process.h +++ b/src/core/hle/kernel/process.h | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | #include <bitset> | 7 | #include <bitset> |
| 8 | #include <cstddef> | 8 | #include <cstddef> |
| 9 | #include <memory> | ||
| 9 | #include <string> | 10 | #include <string> |
| 10 | 11 | ||
| 11 | #include <boost/container/static_vector.hpp> | 12 | #include <boost/container/static_vector.hpp> |