summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/hwopus.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-12 03:45:20 +0200
committerLioncash <mathew1800@gmail.com>2018-09-12 03:54:33 +0200
commitc243bc09d4d891f48643c18246a064548cefe889 (patch)
tree3145292ce0871f43897e4ee778fc974631b051a4 /src/core/hle/service/audio/hwopus.cpp
parentMerge pull request #1291 from lioncash/default (diff)
downloadyuzu-c243bc09d4d891f48643c18246a064548cefe889.tar
yuzu-c243bc09d4d891f48643c18246a064548cefe889.tar.gz
yuzu-c243bc09d4d891f48643c18246a064548cefe889.tar.bz2
yuzu-c243bc09d4d891f48643c18246a064548cefe889.tar.lz
yuzu-c243bc09d4d891f48643c18246a064548cefe889.tar.xz
yuzu-c243bc09d4d891f48643c18246a064548cefe889.tar.zst
yuzu-c243bc09d4d891f48643c18246a064548cefe889.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/audio/hwopus.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/hle/service/audio/hwopus.cpp b/src/core/hle/service/audio/hwopus.cpp
index 341bfda42..668fef145 100644
--- a/src/core/hle/service/audio/hwopus.cpp
+++ b/src/core/hle/service/audio/hwopus.cpp
@@ -3,7 +3,12 @@
// Refer to the license.txt file included.
#include <cstring>
+#include <memory>
+#include <vector>
+
#include <opus.h>
+
+#include "common/common_funcs.h"
#include "common/logging/log.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/hle_ipc.h"