add a missing include.
This commit is contained in:
parent
5dafff52d6
commit
4a80052d4c
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
#ifndef _BTLE_SECURITY_H_
|
||||
#define _BTLE_SECURITY_H_
|
||||
|
||||
#include "Gap.h"
|
||||
|
||||
/**
|
||||
* Enable Nordic's Device Manager, which brings in functionality from the
|
||||
* stack's Security Manager. The Security Manager implements the actual
|
||||
|
|
Loading…
Reference in a new issue