| Index: tools/battor_agent/battor_protocol_types.h
|
| diff --git a/tools/battor_agent/battor_protocol_types.h b/tools/battor_agent/battor_protocol_types.h
|
| index bd49b3ca06c44535daadbb82e84518d75eac5a7e..a12bb8b98004ffa5d564716d2d33cbb42d69801a 100644
|
| --- a/tools/battor_agent/battor_protocol_types.h
|
| +++ b/tools/battor_agent/battor_protocol_types.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef TOOLS_BATTOR_AGENT_BATTOR_PROTOCOL_H_
|
| #define TOOLS_BATTOR_AGENT_BATTOR_PROTOCOL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| namespace battor {
|
|
|
| // Control characters in the BattOr protocol.
|
|
|