diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-04-14 23:23:16 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-04-14 23:23:16 +0200 |
| commit | cf315a487f8b4345d1408b27f5974b85fa37b20f (patch) | |
| tree | f5c12a28338ee36695374456e895938ff530959b /Source/Core/AudioCommon/OpenALStream.cpp | |
| parent | fc71494742dbdacd20f1cbfd78f327bc0edc4690 (diff) | |
| parent | 7074feacbebb1521a7c041c13237e799b7299d56 (diff) | |
Merge pull request #271 from delroth/threading-stuff
Threading improvements: add Common::Flag and improve Common::Event
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/OpenALStream.cpp | 2 |
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 |
