BLE: Fix include dependency in UUID.h.

pull/5739/head
Vincent Coubard 2018-01-08 12:01:30 +00:00
parent 65f74bf8ac
commit 331e8f2aed
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#ifndef MBED_UUID_H__
#define MBED_UUID_H__
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <algorithm>