mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
f3436e4ba7
Differential Revision: https://phabricator.services.mozilla.com/D226966
22 lines
820 B
Diff
22 lines
820 B
Diff
From: Michael Froman <mfroman@mozilla.com>
|
|
Date: Wed, 18 Sep 2024 11:14:00 -0500
|
|
Subject: Bug 1918268 - (fix-ec5a968070) readd an include that upstream removed
|
|
|
|
Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/8c080511a17a87c65771747faa74f859b7fe70bb
|
|
---
|
|
api/transport/network_control.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/api/transport/network_control.h b/api/transport/network_control.h
|
|
index 90cdebe9bb..0f712da8bb 100644
|
|
--- a/api/transport/network_control.h
|
|
+++ b/api/transport/network_control.h
|
|
@@ -17,6 +17,7 @@
|
|
#include "absl/base/attributes.h"
|
|
#include "api/environment/environment.h"
|
|
#include "api/field_trials_view.h"
|
|
+#include "api/rtc_event_log/rtc_event_log.h"
|
|
#include "api/transport/network_types.h"
|
|
#include "api/units/data_rate.h"
|
|
#include "api/units/time_delta.h"
|