| Index: device/hid/hid_connection.h
|
| diff --git a/device/hid/hid_connection.h b/device/hid/hid_connection.h
|
| index 1c7107580e994c1fff827bff7a4c24598fb6b38d..9cc8aafa283b90b91c657016e1b929d31d1a5240 100644
|
| --- a/device/hid/hid_connection.h
|
| +++ b/device/hid/hid_connection.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef DEVICE_HID_HID_CONNECTION_H_
|
| #define DEVICE_HID_HID_CONNECTION_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "device/hid/hid_device_info.h"
|
|
|