From 6bdcbad3e4488c85ae402dcb44f65005769c64b9 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Mon, 14 Apr 2014 01:15:23 +0200 Subject: Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this. --- Source/Core/AudioCommon/OpenALStream.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Core/AudioCommon/OpenALStream.cpp') 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 -- cgit v1.2.3