mirror of
https://github.com/rwengine/openrw.git
synced 2025-04-28 12:58:05 +03:00
audio/SoundSource.hpp: Add missing include
Fix build on Debian testing by adding a missing <vector> include. Signed-off-by: Paul Cercueil <paul@crapouillou.net>
This commit is contained in:
parent
528a686f24
commit
a43d241fda
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ extern "C" {
|
|||
#include <cstdint>
|
||||
#include <future>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
/// Structure for input data
|
||||
struct InputData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue