Skip to content

Commit 9686fcc

Browse files
pan-adbridge
authored andcommitted
BLE: Fix include dependency in UUID.h.
1 parent 33cbff4 commit 9686fcc

File tree

1 file changed

+1
-0
lines changed
  • features/FEATURE_BLE/ble

1 file changed

+1
-0
lines changed

features/FEATURE_BLE/ble/UUID.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#ifndef MBED_UUID_H__
1818
#define MBED_UUID_H__
1919

20+
#include <stddef.h>
2021
#include <stdint.h>
2122
#include <string.h>
2223
#include <algorithm>

0 commit comments

Comments
 (0)