| Index: device/hid/hid_connection_mac.h
|
| diff --git a/device/hid/hid_connection_mac.h b/device/hid/hid_connection_mac.h
|
| index 7e6df0258806cbec760bc1f8937f0145c41c03e8..10ee8394cb269a2f8cb2f6a6fd24921fb9bccbb9 100644
|
| --- a/device/hid/hid_connection_mac.h
|
| +++ b/device/hid/hid_connection_mac.h
|
| @@ -7,10 +7,13 @@
|
|
|
| #include <CoreFoundation/CoreFoundation.h>
|
| #include <IOKit/hid/IOHIDManager.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| #include <queue>
|
|
|
| #include "base/mac/foundation_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "device/hid/hid_connection.h"
|
|
|
|
|