| Index: device/bluetooth/bluetooth_discovery_filter.h
|
| diff --git a/device/bluetooth/bluetooth_discovery_filter.h b/device/bluetooth/bluetooth_discovery_filter.h
|
| index f93198be573e1b54e439fe4bc73ebad847c669a0..da3149e18d8ca93314fb04fd75c1304a2572f963 100644
|
| --- a/device/bluetooth/bluetooth_discovery_filter.h
|
| +++ b/device/bluetooth/bluetooth_discovery_filter.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef DEVICE_BLUETOOTH_BLUETOOTH_DISCOVERY_FILTER_H_
|
| #define DEVICE_BLUETOOTH_BLUETOOTH_DISCOVERY_FILTER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <set>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "device/bluetooth/bluetooth_export.h"
|
| #include "device/bluetooth/bluetooth_uuid.h"
|
|
|