From c014f2b3a4509e83b1fed576bebceadb392ae3fb Mon Sep 17 00:00:00 2001 From: "mostynb@opera.com" Date: Tue, 3 Sep 2013 23:29:12 +0000 Subject: test IWYU fixups for base These are some of the suggestions from running include-what-you-use[1] on the base target. [1] https://code.google.com/p/include-what-you-use/ BUG=259043 Review URL: https://chromiumcodereview.appspot.com/23540009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221067 0039d316-1c4b-4281-b951-d872f2087c98 --- base/vlog.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'base/vlog.cc') diff --git a/base/vlog.cc b/base/vlog.cc index 9465054..434a70e 100644 --- a/base/vlog.cc +++ b/base/vlog.cc @@ -4,6 +4,10 @@ #include "base/vlog.h" +#include +#include +#include + #include "base/basictypes.h" #include "base/logging.h" #include "base/strings/string_number_conversions.h" -- cgit v1.1