diff options
Diffstat (limited to 'device/serial/serial_connection.h')
-rw-r--r-- | device/serial/serial_connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/device/serial/serial_connection.h b/device/serial/serial_connection.h index 47fb52d..7a88d6b 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" |