From 2edc286744f23ada9325f8e8fb4c8967a20842e9 Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Mon, 4 Apr 2011 18:04:37 +0000 Subject: iwyu: Cleanup in the following files: * at_exit.cc * atomicops.h * base_paths.h * bzip2_error_handler.cc * callback_internal.h * command_line.cc * cpu.cc * environment.h * event_recorder.cc * file_descriptor_shuffle.cc * file_path.cc BUG=none TEST=none Review URL: http://codereview.chromium.org/6759017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80340 0039d316-1c4b-4281-b951-d872f2087c98 --- base/callback_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/callback_internal.h') diff --git a/base/callback_internal.h b/base/callback_internal.h index c6c70cf..b83b049 100644 --- a/base/callback_internal.h +++ b/base/callback_internal.h @@ -9,6 +9,8 @@ #define BASE_CALLBACK_INTERNAL_H_ #pragma once +#include + #include "base/base_api.h" #include "base/memory/ref_counted.h" -- cgit v1.1