diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-09-25 17:14:19 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-09-25 17:14:38 -0400 |
| commit | e42bb5e003749b924eed53b6edb2f36dff1ed879 (patch) | |
| tree | d00e04e8cfe5a7a557cefaa399d4d40dc13819b7 /src/core/hle/service/audio/audren_u.cpp | |
| parent | b67c1fdf38655638d746b4cb252f16bd298da017 (diff) | |
service: Add missing headers inclusions where applicable
Gets rid of a few indirect inclusions.
Diffstat (limited to 'src/core/hle/service/audio/audren_u.cpp')
| -rw-r--r-- | src/core/hle/service/audio/audren_u.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/audio/audren_u.cpp b/src/core/hle/service/audio/audren_u.cpp index 80ed4b152..fa15712cf 100644 --- a/src/core/hle/service/audio/audren_u.cpp +++ b/src/core/hle/service/audio/audren_u.cpp @@ -10,6 +10,7 @@ #include "common/alignment.h" #include "common/common_funcs.h" #include "common/logging/log.h" +#include "core/core.h" #include "core/hle/ipc_helpers.h" #include "core/hle/kernel/event.h" #include "core/hle/kernel/hle_ipc.h" |
