Skip to content

Commit

Permalink
Merge pull request #5493 from lioncash/include
Browse files Browse the repository at this point in the history
CubebStream: Add missing <vector> include
  • Loading branch information
lioncash committed May 28, 2017
2 parents 905232f + 3e7af2a commit 9fa1e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/AudioCommon/CubebStream.h
Expand Up @@ -6,6 +6,7 @@

#include <cstddef>
#include <memory>
#include <vector>

#include "AudioCommon/SoundStream.h"

Expand Down

0 comments on commit 9fa1e8f

Please sign in to comment.