Chromium Code Reviews| Index: webrtc/base/format_macros.h |
| diff --git a/webrtc/base/format_macros.h b/webrtc/base/format_macros.h |
| index 5d7dcc36b9d786a0dd53b200ebdcdd68c9bfdb9f..90f86a686c62eac4a3b898309dff994fb272149a 100644 |
| --- a/webrtc/base/format_macros.h |
| +++ b/webrtc/base/format_macros.h |
| @@ -73,6 +73,8 @@ |
| #else // WEBRTC_WIN |
| +#include <inttypes.h> |
|
the sun
2015/12/11 19:46:29
hmmm, why?
tommi
2015/12/12 00:33:11
If you look a couple of patch sets back, you'll se
|
| + |
| #if !defined(PRId64) |
| #define PRId64 "I64d" |
| #endif |