mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Merge pull request #5493 from lioncash/include
CubebStream: Add missing <vector> include
This commit is contained in:
commit
9fa1e8f45f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <cstddef>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "AudioCommon/SoundStream.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue