--- chrome/browser/memory_details_linux.cc 2012-06-07 08:28:54.414707511 +0200 +++ chrome/browser/memory_details_linux.cc 2012-06-07 08:28:54.414707511 +0200 @@ -9,6 +9,7 @@ #include #include +#include #include "base/bind.h" #include "base/file_util.h" Index: chromium/src/base/debug/stack_trace.h =================================================================== --- base/debug/stack_trace.h +++ base/debug/stack_trace.h @@ -5,6 +5,7 @@ #ifndef BASE_DEBUG_STACK_TRACE_H_ #define BASE_DEBUG_STACK_TRACE_H_ +#include #include #include Index: chromium/src/third_party/skia/src/ports/SkFontHost_fontconfig.cpp =================================================================== --- third_party/skia/src/ports/SkFontHost_fontconfig.cpp +++ third_party/skia/src/ports/SkFontHost_fontconfig.cpp @@ -14,6 +14,7 @@ #include "SkStream.h" #include "SkTypeface.h" #include "SkTypefaceCache.h" +#include SK_DECLARE_STATIC_MUTEX(gFontConfigInterfaceMutex); static SkFontConfigInterface* gFontConfigInterface;