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/NullSoundStream.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Core/AudioCommon/NullSoundStream.cpp') diff --git a/Source/Core/AudioCommon/NullSoundStream.cpp b/Source/Core/AudioCommon/NullSoundStream.cpp index dab10aaf9c..4a02dcec2c 100644 --- a/Source/Core/AudioCommon/NullSoundStream.cpp +++ b/Source/Core/AudioCommon/NullSoundStream.cpp @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include + #include "AudioCommon/NullSoundStream.h" #include "Core/HW/AudioInterface.h" #include "Core/HW/SystemTimers.h" -- cgit v1.2.3