From 30be4b9f9c8a0e539d7a8b5a8ffe2c61ba330dcc Mon Sep 17 00:00:00 2001 From: Jakub Pawlowski Date: Mon, 25 Sep 2017 22:19:01 -0700 Subject: [PATCH] Build fix after UUID refactor for stage branch Change-Id: Ia01fa17ba40d315a912c391211e101a951eab562 --- stack/include/bt_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stack/include/bt_types.h b/stack/include/bt_types.h index 99f687aeb..cc2061019 100644 --- a/stack/include/bt_types.h +++ b/stack/include/bt_types.h @@ -527,6 +527,7 @@ typedef struct { #define BD_ADDR_LEN 6 /* Device address length */ #ifdef __cplusplus +#include #include inline void BDADDR_TO_STREAM(uint8_t*& p, const RawAddress& a) { -- 2.11.0