diff options
| author | 2015-07-12 22:10:37 +0100 | |
|---|---|---|
| committer | 2015-07-12 22:10:37 +0100 | |
| commit | fe909b3b5adb5e1306a1c85e6e1275424a6371b2 (patch) | |
| tree | 28cd4fbd98402187dbaa0a87e14eabaff88ff8d0 /src/core/hle/kernel/process.h | |
| parent | Merge pull request #823 from Subv/applets_drawing (diff) | |
| download | yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.gz yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.xz yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.zip | |
Core: 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> |