diff options
| author | bunnei <bunneidev@gmail.com> | 2018-09-26 16:11:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-26 16:11:19 -0400 |
| commit | efcb83fb4116ce08c766ef2ff69f2cb9328515db (patch) | |
| tree | f1d5b1018fa766320ebef9ef10e0ba487f6840a6 /src/core/hle/service/audio/audren_u.cpp | |
| parent | cc866d138468f648033dcd1ae4a54ed0f6e78aea (diff) | |
| parent | e42bb5e003749b924eed53b6edb2f36dff1ed879 (diff) | |
Merge pull request #1400 from lioncash/header
service: Add missing headers inclusions where applicable
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" |
