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/PulseAudioStream.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Core/AudioCommon/PulseAudioStream.cpp') diff --git a/Source/Core/AudioCommon/PulseAudioStream.cpp b/Source/Core/AudioCommon/PulseAudioStream.cpp index 4dc4275e2c..544d377f64 100644 --- a/Source/Core/AudioCommon/PulseAudioStream.cpp +++ b/Source/Core/AudioCommon/PulseAudioStream.cpp @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include + #include "AudioCommon/DPL2Decoder.h" #include "AudioCommon/PulseAudioStream.h" #include "Common/CommonTypes.h" -- cgit v1.2.3