| Index: src/compilation-statistics.cc
|
| diff --git a/src/compilation-statistics.cc b/src/compilation-statistics.cc
|
| index 056fd62466e9f255fdd016a92db4572df1f75173..eb5b60c5cb182ccb11e3d0f59d630f080e6779a7 100644
|
| --- a/src/compilation-statistics.cc
|
| +++ b/src/compilation-statistics.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include <iostream> // NOLINT(readability/streams)
|
| +#include <ostream> // NOLINT(readability/streams)
|
| #include <vector>
|
|
|
| #include "src/base/platform/platform.h"
|
|
|