| Index: tools/battor_agent/battor_connection.h
|
| diff --git a/tools/battor_agent/battor_connection.h b/tools/battor_agent/battor_connection.h
|
| index d51030bba560e20def92587ac772d97bed8e69a3..c88b9c821a2e73d0cb895a290c34b1c544370466 100644
|
| --- a/tools/battor_agent/battor_connection.h
|
| +++ b/tools/battor_agent/battor_connection.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef TOOLS_BATTOR_AGENT_BATTOR_CONNECTION_H_
|
| #define TOOLS_BATTOR_AGENT_BATTOR_CONNECTION_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/callback_forward.h"
|
|
|