| Index: net/quic/core/congestion_control/cubic_bytes_test.cc
|
| diff --git a/net/quic/core/congestion_control/cubic_bytes_test.cc b/net/quic/core/congestion_control/cubic_bytes_test.cc
|
| index 57c5ef1dc77ba6b8aedd751ff9feb4c3fde0f070..0ee3b43c993f7b3595471c53fd7ef72ba094325e 100644
|
| --- a/net/quic/core/congestion_control/cubic_bytes_test.cc
|
| +++ b/net/quic/core/congestion_control/cubic_bytes_test.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "net/quic/core/congestion_control/cubic_bytes.h"
|
|
|
| +#include <cstdint>
|
| +
|
| #include "base/logging.h"
|
| #include "net/quic/core/quic_flags.h"
|
| #include "net/quic/test_tools/mock_clock.h"
|
|
|