| Index: base/vlog.cc
|
| diff --git a/base/vlog.cc b/base/vlog.cc
|
| index 41bf2a583d861cbc7eea5e42ddb3d17eb7913002..bf0f8dca26745f959ea190e84ebd07ea85c850a9 100644
|
| --- a/base/vlog.cc
|
| +++ b/base/vlog.cc
|
| @@ -2,12 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/vlog.h"
|
| +#include <stddef.h>
|
| +#include <string>
|
| +#include <utility>
|
| +#include <vector>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "base/string_number_conversions.h"
|
| +#include "base/string_piece.h"
|
| #include "base/string_split.h"
|
| +#include "base/vlog.h"
|
|
|
| namespace logging {
|
|
|
|
|