diff options
| author | Rohit Nirmal <rohitnirmal9@gmail.com> | 2015-09-28 10:57:16 -0500 |
|---|---|---|
| committer | Rohit Nirmal <rohitnirmal9@gmail.com> | 2015-09-28 11:51:08 -0500 |
| commit | 3b75f45cf63e8455efb539109bebf6626bcb40e3 (patch) | |
| tree | c6285d1404040ef67f3d683eda5acd27cbc8a77b /Source/Core/AudioCommon/PulseAudioStream.cpp | |
| parent | ba96ca289d6038275f890e8eff77912a16ddbaf1 (diff) | |
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core/AudioCommon/PulseAudioStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/PulseAudioStream.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <cstring> + #include "AudioCommon/DPL2Decoder.h" #include "AudioCommon/PulseAudioStream.h" #include "Common/CommonTypes.h" |
