Skip to content

Commit 121ff3b

Browse files
committed
Add missing include for module builds.
When modules are enabled, the build fails with an error about the missing include. Bug: 449972591
1 parent 7135d21 commit 121ff3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/cvd/cuttlefish/host/frontend/webrtc/audio_mixer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <mutex>
77
#include <thread>
88
#include <vector>
9+
#include <unordered_map>
910

1011
#include "cuttlefish/host/frontend/webrtc/libdevice/audio_sink.h"
1112
#include "cuttlefish/host/frontend/webrtc/audio_settings.h"

0 commit comments

Comments
 (0)