| Index: device/usb/usb_device_handle.h
|
| diff --git a/device/usb/usb_device_handle.h b/device/usb/usb_device_handle.h
|
| index 23d2fd5c7b84e6582d9efd057cf60ece10504ce1..3e608d5c5c14b9aae9fa51e0e840124e7f633c8f 100644
|
| --- a/device/usb/usb_device_handle.h
|
| +++ b/device/usb/usb_device_handle.h
|
| @@ -5,10 +5,14 @@
|
| #ifndef DEVICE_USB_USB_DEVICE_HANDLE_H_
|
| #define DEVICE_USB_USB_DEVICE_HANDLE_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <vector>
|
|
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/strings/string16.h"
|
| #include "base/threading/thread_checker.h"
|
|
|