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/values.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base/values.cc') diff --git a/base/values.cc b/base/values.cc index adfb980..76e73a0 100644 --- a/base/values.cc +++ b/base/values.cc @@ -4,12 +4,15 @@ #include "base/values.h" +#include + #include #include #include "base/float_util.h" #include "base/json/json_writer.h" #include "base/logging.h" +#include "base/move.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" -- cgit v1.1