Chromium Code Reviews| Index: net/quic/platform/api/quic_mutex.h |
| diff --git a/net/quic/platform/api/quic_mutex.h b/net/quic/platform/api/quic_mutex.h |
| index cc51f304881f2d02078afbd24edd224670d001f5..b5d8d4b2a7b23eeee108288adfb310659fa6cc7a 100644 |
| --- a/net/quic/platform/api/quic_mutex.h |
| +++ b/net/quic/platform/api/quic_mutex.h |
| @@ -5,6 +5,7 @@ |
| #ifndef NET_QUIC_PLATFORM_API_QUIC_MUTEX_H_ |
| #define NET_QUIC_PLATFORM_API_QUIC_MUTEX_H_ |
| +#include "base/macros.h" |
|
Zhongyi Shi
2017/04/27 19:47:47
Do you need add the #include in quic_mutex_impl.h
|
| #include "net/quic/platform/impl/quic_mutex_impl.h" |
| namespace net { |