diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2016-10-07 22:55:13 +0200 |
|---|---|---|
| committer | Léo Lam <leo@innovatetechnologi.es> | 2016-10-07 23:46:41 +0200 |
| commit | 39fd6dcd5b3701bfbda1a6b7e509f1af85d8886e (patch) | |
| tree | e98ed5f88e3a6f4cc83a6d6cce0c8f782339f2d6 /Source/Core/AudioCommon/OpenALStream.cpp | |
| parent | 5e027a0817c4577539fc969c3cd7900553b3fb99 (diff) | |
Fix missing includes
Aren't indirect includes great?
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/OpenALStream.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp index 8faef12da2..44b0f85325 100644 --- a/Source/Core/AudioCommon/OpenALStream.cpp +++ b/Source/Core/AudioCommon/OpenALStream.cpp @@ -9,6 +9,7 @@ #include "AudioCommon/OpenALStream.h" #include "AudioCommon/aldlist.h" #include "Common/Logging/Log.h" +#include "Common/MsgHandler.h" #include "Common/Thread.h" #include "Core/ConfigManager.h" |
