| Index: cc/base/rolling_time_delta_history.cc
|
| diff --git a/cc/base/rolling_time_delta_history.cc b/cc/base/rolling_time_delta_history.cc
|
| index db04f586b0bee590a2dbec07fbd44957dbd3a7fd..e296c4b1d138086b979187fc5c9330fd969c230f 100644
|
| --- a/cc/base/rolling_time_delta_history.cc
|
| +++ b/cc/base/rolling_time_delta_history.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <cmath>
|
|
|
| #include "cc/base/rolling_time_delta_history.h"
|
|
|