From 3b75f45cf63e8455efb539109bebf6626bcb40e3 Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Mon, 28 Sep 2015 10:57:16 -0500 Subject: Fix building with PCH disabled. --- 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 ce75149f02..26c651e720 100644 --- a/Source/Core/AudioCommon/OpenALStream.cpp +++ b/Source/Core/AudioCommon/OpenALStream.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include #include #include "AudioCommon/aldlist.h" -- cgit v1.2.3