Fix includes for test/peer_scenario/tests/bwe_ramp_up_test.cc.

Bug: webrtc:406190905
Change-Id: I4d817b61774c2c7974b6184683d5dcb3ebfe42fa
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/382940
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#44226}
diff --git a/test/peer_scenario/tests/bwe_ramp_up_test.cc b/test/peer_scenario/tests/bwe_ramp_up_test.cc
index 184dd76..45b6e0f 100644
--- a/test/peer_scenario/tests/bwe_ramp_up_test.cc
+++ b/test/peer_scenario/tests/bwe_ramp_up_test.cc
@@ -37,6 +37,7 @@
 #include "test/peer_scenario/peer_scenario_client.h"
 
 #if WEBRTC_ENABLE_PROTOBUF
+#include "api/test/network_emulation/network_config_schedule.pb.h"
 #include "api/test/network_emulation/schedulable_network_node_builder.h"
 #endif
 
@@ -191,7 +192,7 @@
 
   DataRate final_bwe = GetAvailableSendBitrate(GetStatsAndProcess(s, caller));
   // Ensure BWE has increased from the initial BWE. BWE will not increase unless
-  // RTCP feedback is recevied. The increase is just an arbitrary value to
+  // RTCP feedback is received. The increase is just an arbitrary value to
   // ensure BWE has increased beyond noise levels.
   EXPECT_GT(final_bwe, initial_bwe + DataRate::KilobitsPerSec(345));
 }