*** ipc/ipc_platform_file.cc 2012-03-24 14:01:59.000000000 +0100 --- ipc/ipc_platform_file.cc 2012-03-25 13:55:46.617736806 +0200 *************** *** 4,10 **** #include "ipc/ipc_platform_file.h" ! #if defined(OS_ANDROID) #include #endif --- 4,10 ---- #include "ipc/ipc_platform_file.h" ! #if defined(OS_POSIX) #include #endif *** seccompsandbox/library.h 2012-03-24 14:03:18.000000000 +0100 --- seccompsandbox/library.h 2012-03-25 13:50:48.509351797 +0200 *************** *** 1,3 **** --- 1,4 ---- + #include // Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. *** ipc/ipc_channel.h 2012-03-24 14:01:59.000000000 +0100 --- ipc/ipc_channel.h 2012-03-25 13:48:52.669979351 +0200 *************** *** 1,3 **** --- 1,4 ---- + #include // Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. *** chrome/browser/policy/policy_path_parser_linux.cc 2012-03-24 14:02:16.000000000 +0100 --- chrome/browser/policy/policy_path_parser_linux.cc 2012-03-25 15:27:50.467427017 +0200 *************** *** 1,3 **** --- 1,4 ---- + #include // Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff -u -r chrome/browser/search_engines/template_url_prepopulate_data.h chrome/browser/search_engines/template_url_prepopulate_data.h --- chrome/browser/search_engines/template_url_prepopulate_data.h 2011-04-13 13:23:41.000000000 +0400 +++ chrome/browser/search_engines/template_url_prepopulate_data.h 2011-04-20 19:32:58.000000000 +0400 @@ -7,6 +7,7 @@ #pragma once #include +#include class GURL; class PrefService; diff -u -r gpu/command_buffer/common/types.h gpu/command_buffer/common/types.h --- gpu/command_buffer/common/types.h 2011-04-13 13:22:57.000000000 +0400 +++ gpu/command_buffer/common/types.h 2011-04-20 19:32:58.000000000 +0400 @@ -11,6 +11,7 @@ #include #endif #include +#include typedef signed char schar; typedef signed char int8; diff -u -r third_party/ots/src/os2.cc third_party/ots/src/os2.cc --- third_party/ots/src/os2.cc 2011-04-13 13:24:06.000000000 +0400 +++ third_party/ots/src/os2.cc 2011-04-20 19:45:44.000000000 +0400 @@ -5,6 +5,7 @@ #include "os2.h" #include "head.h" +#include // OS/2 - OS/2 and Windows Metrics // http://www.microsoft.com/opentype/otspec/os2.htm diff -u -r third_party/tcmalloc/chromium/src/base/stl_allocator.h third_party/tcmalloc/chromium/src/base/stl_allocator.h --- third_party/tcmalloc/chromium/src/base/stl_allocator.h 2011-04-13 13:23:04.000000000 +0400 +++ third_party/tcmalloc/chromium/src/base/stl_allocator.h 2011-04-20 19:32:58.000000000 +0400 @@ -38,6 +38,7 @@ #include #include +#include #include "base/basictypes.h" #include "base/logging.h" diff -u -r third_party/tcmalloc/chromium/src/base/vdso_support.h third_party/tcmalloc/chromium/src/base/vdso_support.h --- third_party/tcmalloc/chromium/src/base/vdso_support.h 2011-04-13 13:23:04.000000000 +0400 +++ third_party/tcmalloc/chromium/src/base/vdso_support.h 2011-04-20 19:32:58.000000000 +0400 @@ -37,6 +37,7 @@ #define HAVE_VDSO_SUPPORT 1 +#include #include // for NULL #include // for ElfW #include "base/basictypes.h" diff -u -r third_party/tcmalloc/chromium/src/common.cc third_party/tcmalloc/chromium/src/common.cc --- third_party/tcmalloc/chromium/src/common.cc 2011-04-13 13:23:04.000000000 +0400 +++ third_party/tcmalloc/chromium/src/common.cc 2011-04-20 19:32:58.000000000 +0400 @@ -34,6 +34,7 @@ #include "config.h" #include "common.h" #include "system-alloc.h" +#include namespace tcmalloc { diff -u -r third_party/tcmalloc/chromium/src/symbolize.h third_party/tcmalloc/chromium/src/symbolize.h --- third_party/tcmalloc/chromium/src/symbolize.h 2011-04-13 13:23:04.000000000 +0400 +++ third_party/tcmalloc/chromium/src/symbolize.h 2011-04-20 19:32:58.000000000 +0400 @@ -38,6 +38,7 @@ #include // for uintptr_t #endif #include +#include using std::map; diff -u -r ui/gfx/codec/jpeg_codec.h ui/gfx/codec/jpeg_codec.h --- ui/gfx/codec/jpeg_codec.h 2011-04-13 13:23:45.000000000 +0400 +++ ui/gfx/codec/jpeg_codec.h 2011-04-20 19:32:58.000000000 +0400 @@ -7,6 +7,7 @@ #pragma once #include +#include class SkBitmap; --- base/message_pump_libevent.cc~ 2012-06-20 09:01:43.000000000 +0200 +++ base/message_pump_libevent.cc 2012-06-21 10:36:52.557553217 +0200 @@ -6,6 +6,7 @@ #include #include +#include #include "base/auto_reset.h" #include "base/compiler_specific.h"