From 7eed7332d513248a07e493bb8ec7bb3081a18b3e Mon Sep 17 00:00:00 2001 From: Andres Guedez <34292400+AndresGuedez@users.noreply.github.com> Date: Wed, 21 Aug 2019 10:36:43 -0400 Subject: [PATCH] protobuf: IWYU (#7989) Include What You Use fix for source/common/protobuf/message_validator_impl.h. Signed-off-by: Andres Guedez --- source/common/protobuf/message_validator_impl.cc | 1 - source/common/protobuf/message_validator_impl.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/common/protobuf/message_validator_impl.cc b/source/common/protobuf/message_validator_impl.cc index 4e921a0f0215..e07ae6ea8221 100644 --- a/source/common/protobuf/message_validator_impl.cc +++ b/source/common/protobuf/message_validator_impl.cc @@ -4,7 +4,6 @@ #include "common/common/assert.h" #include "common/common/hash.h" -#include "common/common/logger.h" #include "common/common/macros.h" #include "absl/strings/str_cat.h" diff --git a/source/common/protobuf/message_validator_impl.h b/source/common/protobuf/message_validator_impl.h index 2d5b3d41af0f..32d705fd44bf 100644 --- a/source/common/protobuf/message_validator_impl.h +++ b/source/common/protobuf/message_validator_impl.h @@ -3,6 +3,8 @@ #include "envoy/protobuf/message_validator.h" #include "envoy/stats/stats.h" +#include "common/common/logger.h" + #include "absl/container/flat_hash_set.h" namespace Envoy {