--- chromium/src/ui/gfx/codec/jpeg_codec.h~ 2011-03-31 14:11:18.000000000 +0400 +++ chromium/src/ui/gfx/codec/jpeg_codec.h 2011-03-31 14:11:27.000000000 +0400 @@ -8,6 +8,7 @@ #include #include +#include #include "ui/base/ui_export.h" --- chromium/src/chrome/browser/search_engines/template_url_prepopulate_data.h 2011-03-31 14:48:03.000000000 +0400 +++ chromium/src/chrome/browser/search_engines/template_url_prepopulate_data.h 2011-03-31 14:49:52.000000000 +0400 @@ -9,6 +9,7 @@ #include #include #include +#include class GURL; class PrefService; --- chromium/src/third_party/tcmalloc/chromium/src/common.cc~ 2011-03-29 20:46:14.000000000 +0400 +++ chromium/src/third_party/tcmalloc/chromium/src/common.cc 2011-03-29 20:47:02.000000000 +0400 @@ -30,6 +30,7 @@ // --- // Author: Sanjay Ghemawat +#include #include "config.h" #include "common.h" #include "system-alloc.h" --- chromium/src/third_party/libjingle/source/talk/base/sigslot.h~ 2011-03-31 13:43:11.000000000 +0400 +++ chromium/src/third_party/libjingle/source/talk/base/sigslot.h 2011-03-31 13:52:32.000000000 +0400 @@ -81,6 +81,7 @@ #include #include #include +#include // On our copy of sigslot.h, we force single threading #define SIGSLOT_PURE_ISO --- chromium/src/third_party/ots/src/os2.cc~ 2011-03-31 14:03:13.000000000 +0400 +++ chromium/src/third_party/ots/src/os2.cc 2011-03-31 14:03:25.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 --- chromium/src/third_party/tcmalloc/chromium/src/base/vdso_support.h~ 2011-03-29 23:20:20.000000000 +0400 +++ chromium/src/third_party/tcmalloc/chromium/src/base/vdso_support.h 2011-03-29 23:20:37.000000000 +0400 @@ -38,6 +38,7 @@ #define HAVE_VDSO_SUPPORT 1 +#include #include // for NULL #include // for ElfW --- chromium/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h~ 2011-03-31 12:53:13.000000000 +0400 +++ chromium/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h 2011-03-31 12:53:32.000000000 +0400 @@ -39,6 +39,7 @@ #include // for std::ptrdiff_t #include +#include #include "base/logging.h" --- chromium/src/third_party/tcmalloc/chromium/src/symbolize.h~ 2011-03-31 12:58:42.000000000 +0400 +++ chromium/src/third_party/tcmalloc/chromium/src/symbolize.h 2011-03-31 12:59:00.000000000 +0400 @@ -39,6 +39,7 @@ #endif #include // for NULL #include +#include using std::map; --- chromium/src/third_party/tcmalloc/chromium/src/system-alloc.h~ 2011-03-31 13:01:01.000000000 +0400 +++ chromium/src/third_party/tcmalloc/chromium/src/system-alloc.h 2011-03-31 13:01:15.000000000 +0400 @@ -37,6 +37,7 @@ #define TCMALLOC_SYSTEM_ALLOC_H_ #include +#include #include // for size_t class SysAllocator; --- chromium/src/ppapi/cpp/paint_aggregator.h 2010-12-23 18:10:27.000000000 -0600 +++ chromium/src/ppapi/cpp/paint_aggregator.h 2011-04-19 05:34:56.085582885 -0500 @@ -5,6 +5,7 @@ #ifndef PPAPI_CPP_PAINT_AGGREGATOR_H_ #define PPAPI_CPP_PAINT_AGGREGATOR_H_ +#include #include #include