1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-08 13:54:52 +02: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:
Paul Cercueil 2020-03-16 19:41:26 +01:00 committed by Anonymous Maarten
parent 528a686f24
commit a43d241fda

View File

@ -11,6 +11,7 @@ extern "C" {
#include <cstdint>
#include <future>
#include <mutex>
#include <vector>
/// Structure for input data
struct InputData {