From 86dc6d71ee61b7c8feb59c88cdbc1ec1bfe10462 Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Tue, 20 Nov 2018 18:41:02 +0000 Subject: [PATCH] BLE: Fix includes of ble/gap/AdvertisingDataBuilder.h , --- features/FEATURE_BLE/ble/gap/AdvertisingDataBuilder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/features/FEATURE_BLE/ble/gap/AdvertisingDataBuilder.h b/features/FEATURE_BLE/ble/gap/AdvertisingDataBuilder.h index 495a6f38bb..adc0606675 100644 --- a/features/FEATURE_BLE/ble/gap/AdvertisingDataBuilder.h +++ b/features/FEATURE_BLE/ble/gap/AdvertisingDataBuilder.h @@ -27,6 +27,7 @@ #include "ble/blecommon.h" #include "ble/SafeEnum.h" #include "UUID.h" +#include "ble/gap/Types.h" /** * @addtogroup ble