| Index: device/serial/data_receiver.h
|
| diff --git a/device/serial/data_receiver.h b/device/serial/data_receiver.h
|
| index 622e366079d2203b0ae4ba6b690b743fd778ab17..7393517f47c86aed5d3f0d60013e117c5ae3a617 100644
|
| --- a/device/serial/data_receiver.h
|
| +++ b/device/serial/data_receiver.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef DEVICE_SERIAL_DATA_RECEIVER_H_
|
| #define DEVICE_SERIAL_DATA_RECEIVER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <queue>
|
|
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|