| Index: base/bind_internal_win.h
|
| diff --git a/base/bind_internal_win.h b/base/bind_internal_win.h
|
| index 42fbf231f8a8f8b7c1a48cf1073cd6804bf6b5ad..2ee12ef214d30f651e2cb2a1dc4b6f2c728c5196 100644
|
| --- a/base/bind_internal_win.h
|
| +++ b/base/bind_internal_win.h
|
| @@ -8,6 +8,8 @@
|
| #ifndef BASE_BIND_INTERNAL_WIN_H_
|
| #define BASE_BIND_INTERNAL_WIN_H_
|
|
|
| +#include "build/build_config.h"
|
| +
|
| // In the x64 architecture in Windows, __fastcall, __stdcall, etc, are all
|
| // the same as __cdecl which would turn the following specializations into
|
| // multiple definitions.
|
|
|