| Index: device/serial/serial_connection.h
|
| diff --git a/device/serial/serial_connection.h b/device/serial/serial_connection.h
|
| index 47fb52d9866e3c2d6d5368345cbf660fa3edae7c..7a88d6b7423448f31eb1e5c793af2a409582ce5f 100644
|
| --- a/device/serial/serial_connection.h
|
| +++ b/device/serial/serial_connection.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef DEVICE_SERIAL_SERIAL_CONNECTION_H_
|
| #define DEVICE_SERIAL_SERIAL_CONNECTION_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "device/serial/serial.mojom.h"
|
|
|