diff options
| author | Lioncash <mathew1800@gmail.com> | 2022-09-21 09:43:53 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2022-09-21 09:43:59 -0400 |
| commit | 00616c7ad856a05189eb1963fef85be361bb9527 (patch) | |
| tree | ca222316a9bf34491e0467473b8c0f765991cea3 /src/audio_core/audio_manager.cpp | |
| parent | 75d6fe3669c5fcbb437247c2c115f401ebb5c30e (diff) | |
audio_manager: Forward declare result type
Moves the include into the cpp file to lessen header dependencies.
Diffstat (limited to 'src/audio_core/audio_manager.cpp')
| -rw-r--r-- | src/audio_core/audio_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio_core/audio_manager.cpp b/src/audio_core/audio_manager.cpp index e23af0ef5..2acde668e 100644 --- a/src/audio_core/audio_manager.cpp +++ b/src/audio_core/audio_manager.cpp @@ -3,6 +3,7 @@ #include "audio_core/audio_manager.h" #include "core/core.h" +#include "core/hle/service/audio/errors.h" namespace AudioCore { |
