diff options
Diffstat (limited to 'system/common/metrics.h')
-rw-r--r-- | system/common/metrics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/common/metrics.h b/system/common/metrics.h index c8973f323a..c224734b07 100644 --- a/system/common/metrics.h +++ b/system/common/metrics.h @@ -22,9 +22,12 @@ #include <frameworks/proto_logging/stats/enums/bluetooth/enums.pb.h> #include <frameworks/proto_logging/stats/enums/bluetooth/hci/enums.pb.h> #include <stdint.h> + #include <memory> #include <string> +#include "types/raw_address.h" + namespace bluetooth { namespace common { |