From c8fac60a7ade8be0941a8d546526686360e69461 Mon Sep 17 00:00:00 2001 From: cloud-profiler-team Date: Mon, 12 Aug 2019 08:56:58 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 262934791 --- third_party/perftools/profiles/proto/builder.cc | 1 + third_party/perftools/profiles/proto/builder.h | 1 + 2 files changed, 2 insertions(+) diff --git a/third_party/perftools/profiles/proto/builder.cc b/third_party/perftools/profiles/proto/builder.cc index fbcfd28db..100c75b6e 100644 --- a/third_party/perftools/profiles/proto/builder.cc +++ b/third_party/perftools/profiles/proto/builder.cc @@ -23,6 +23,7 @@ #include #include + #include "glog/logging.h" #include "google/protobuf/io/gzip_stream.h" #include "google/protobuf/io/zero_copy_stream_impl.h" diff --git a/third_party/perftools/profiles/proto/builder.h b/third_party/perftools/profiles/proto/builder.h index e0f1915bb..62ae72415 100644 --- a/third_party/perftools/profiles/proto/builder.h +++ b/third_party/perftools/profiles/proto/builder.h @@ -16,6 +16,7 @@ #define PERFTOOLS_PROFILES_PROTO_BUILDER_H_ #include + #include #include #include