From cec860dc525474b005227e1c4e2feebce00a7433 Mon Sep 17 00:00:00 2001 From: Fang Yu Date: Wed, 30 Jan 2019 11:06:18 -0800 Subject: [PATCH] IWYU tool ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=231629062 --- common/status.h | 1 + common/string_util.cc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/common/status.h b/common/status.h index 1d6597b..0f44f62 100644 --- a/common/status.h +++ b/common/status.h @@ -9,6 +9,7 @@ #ifndef COMMON_STATUS_H_ #define COMMON_STATUS_H_ +#include #include #include "util/error_space.h" diff --git a/common/string_util.cc b/common/string_util.cc index 84031bb..1db23e6 100644 --- a/common/string_util.cc +++ b/common/string_util.cc @@ -9,8 +9,10 @@ #include "common/string_util.h" #include +#include #include #include + #include "common/status.h" namespace widevine {