summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenSLESStream.cpp
diff options
context:
space:
mode:
authorflacs <tilkax@gmail.com>2015-09-27 03:18:03 +0200
committerflacs <tilkax@gmail.com>2015-09-27 03:18:03 +0200
commit8ea9b07b59c8b45b6cbe1c559a228f5675dea71c (patch)
treef14853056f7fd3edef2640eb9fc5b390ab4a6358 /Source/Core/AudioCommon/OpenSLESStream.cpp
parenta91810ba3bb583a14a3e278527f2b801ceb29367 (diff)
parentcc036ca86cdaf709e01221975da734cb64d54a94 (diff)
Merge pull request #3093 from lioncash/header_shuffle
Common: Trim Common.h
Diffstat (limited to 'Source/Core/AudioCommon/OpenSLESStream.cpp')
-rw-r--r--Source/Core/AudioCommon/OpenSLESStream.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/OpenSLESStream.cpp b/Source/Core/AudioCommon/OpenSLESStream.cpp
index 2f44ef25f0..e8b5ff0335 100644
--- a/Source/Core/AudioCommon/OpenSLESStream.cpp
+++ b/Source/Core/AudioCommon/OpenSLESStream.cpp
@@ -9,7 +9,9 @@
#include <SLES/OpenSLES_Android.h>
#include "AudioCommon/OpenSLESStream.h"
+#include "Common/Assert.h"
#include "Common/CommonTypes.h"
+#include "Common/Logging/Log.h"
// engine interfaces
static SLObjectItf engineObject;