| Index: device/serial/data_sender.h
|
| diff --git a/device/serial/data_sender.h b/device/serial/data_sender.h
|
| index 435f69984648d9dc1c43f6e94c3c7f69dacb1f06..57ff0dcff334a6eb9f41fb5b847cab94046758bf 100644
|
| --- a/device/serial/data_sender.h
|
| +++ b/device/serial/data_sender.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef DEVICE_SERIAL_DATA_SENDER_H_
|
| #define DEVICE_SERIAL_DATA_SENDER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <queue>
|
|
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/strings/string_piece.h"
|
| #include "device/serial/buffer.h"
|
|
|