summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenALStream.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-08-16 23:42:46 -0400
committerLioncash <mathew1800@gmail.com>2014-08-16 23:42:46 -0400
commitac0ac1865570e06a07749f8d6962f8b92891d3cc (patch)
treeaf1d95c1c6211bd249f297c515e51aeb536eb8f8 /Source/Core/AudioCommon/OpenALStream.cpp
parent2270c3e90a29df757ca6d0d5a1809a9aab7bc1fe (diff)
parent1b92c68f05ee04c88a45c8fde7a19ea6850bf82d (diff)
Merge pull request #796 from lioncash/threading
Common: Get rid of StdConditionVariable, StdMutex, and StdThread.
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
-rw-r--r--Source/Core/AudioCommon/OpenALStream.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp
index d9a26cac14..f82202c5da 100644
--- a/Source/Core/AudioCommon/OpenALStream.cpp
+++ b/Source/Core/AudioCommon/OpenALStream.cpp
@@ -2,10 +2,11 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
+#include <thread>
+
#include "AudioCommon/aldlist.h"
#include "AudioCommon/DPL2Decoder.h"
#include "AudioCommon/OpenALStream.h"
-#include "Common/StdThread.h"
#include "Common/Thread.h"
#if defined HAVE_OPENAL && HAVE_OPENAL