| Index: device/bluetooth/bluetooth_adapter_win.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_win.h b/device/bluetooth/bluetooth_adapter_win.h
|
| index c1486ab8c0f86712f3d0924db083e88cfc2a5d65..936f420768407d1380f944060cee4b00cf9dd863 100644
|
| --- a/device/bluetooth/bluetooth_adapter_win.h
|
| +++ b/device/bluetooth/bluetooth_adapter_win.h
|
| @@ -5,12 +5,15 @@
|
| #ifndef DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_WIN_H_
|
| #define DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_WIN_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <set>
|
| #include <string>
|
| #include <utility>
|
| #include <vector>
|
|
|
| #include "base/containers/hash_tables.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|