summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenALStream.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2014-04-14 01:15:23 +0200
committerPierre Bourdon <delroth@gmail.com>2014-04-14 10:54:07 +0200
commit6bdcbad3e4488c85ae402dcb44f65005769c64b9 (patch)
treeeed480560952a90b823cd91af76d4ca39e048dce /Source/Core/AudioCommon/OpenALStream.cpp
parentf9fb39d383bb462293ea1104e29c5e6651e2d0e3 (diff)
Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this.
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
-rw-r--r--Source/Core/AudioCommon/OpenALStream.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp
index b2f820c453..1c1a802528 100644
--- a/Source/Core/AudioCommon/OpenALStream.cpp
+++ b/Source/Core/AudioCommon/OpenALStream.cpp
@@ -5,6 +5,8 @@
#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