diff options
author | mostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-03 23:29:12 +0000 |
---|---|---|
committer | mostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-03 23:29:12 +0000 |
commit | c014f2b3a4509e83b1fed576bebceadb392ae3fb (patch) | |
tree | f513690600e9bdc07d9dd1238c7662f435a580e1 /base/vlog.cc | |
parent | 2c9492bd57039784a0a7d54f4a8693f9afb38a28 (diff) | |
download | chromium_src-c014f2b3a4509e83b1fed576bebceadb392ae3fb.zip chromium_src-c014f2b3a4509e83b1fed576bebceadb392ae3fb.tar.gz chromium_src-c014f2b3a4509e83b1fed576bebceadb392ae3fb.tar.bz2 |
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
Diffstat (limited to 'base/vlog.cc')
-rw-r--r-- | base/vlog.cc | 4 |
1 files changed, 4 insertions, 0 deletions
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 <cstddef> +#include <ostream> +#include <utility> + #include "base/basictypes.h" #include "base/logging.h" #include "base/strings/string_number_conversions.h" |