diff options
| author | Lioncash <mathew1800@gmail.com> | 2017-05-27 23:50:39 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2017-05-27 23:50:39 -0400 |
| commit | 3e7af2a2cd989b709291d2d7f1fb4b94ec25bd82 (patch) | |
| tree | 289f675328840d604efe9cd50a4d5187de39474c /Source/Core/AudioCommon | |
| parent | 905232fd2b0f0545e524c4c34859bf62576e43f5 (diff) | |
CubebStream: Add missing <vector> include
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/CubebStream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/CubebStream.h b/Source/Core/AudioCommon/CubebStream.h index d0b153975e..eb7e915751 100644 --- a/Source/Core/AudioCommon/CubebStream.h +++ b/Source/Core/AudioCommon/CubebStream.h @@ -6,6 +6,7 @@ #include <cstddef> #include <memory> +#include <vector> #include "AudioCommon/SoundStream.h" |
