| Index: net/base/prioritized_dispatcher.h
|
| diff --git a/net/base/prioritized_dispatcher.h b/net/base/prioritized_dispatcher.h
|
| index e4f1019d76ca5fe17c92f2c9f0527d297a29bdc4..8da8a1a668a67d7e948061339dbcb071eafb70c8 100644
|
| --- a/net/base/prioritized_dispatcher.h
|
| +++ b/net/base/prioritized_dispatcher.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef NET_BASE_PRIORITIZED_DISPATCHER_H_
|
| #define NET_BASE_PRIORITIZED_DISPATCHER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| #include "net/base/priority_queue.h"
|
|
|
|
|