mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Fix include dependency in UUID.h.
parent
65f74bf8ac
commit
331e8f2aed
|
@ -17,6 +17,7 @@
|
|||
#ifndef MBED_UUID_H__
|
||||
#define MBED_UUID_H__
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in New Issue