From 39fd6dcd5b3701bfbda1a6b7e509f1af85d8886e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 7 Oct 2016 22:55:13 +0200 Subject: Fix missing includes Aren't indirect includes great? --- Source/Core/AudioCommon/OpenALStream.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/AudioCommon/OpenALStream.cpp') 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" -- cgit v1.2.3