GattServer.h: add missing includes
This commit is contained in:
parent
b85a558c8b
commit
20649946f5
1 changed files with 2 additions and 0 deletions
|
@ -17,7 +17,9 @@
|
|||
#ifndef __GATT_SERVER_H__
|
||||
#define __GATT_SERVER_H__
|
||||
|
||||
#include "Gap.h"
|
||||
#include "GattService.h"
|
||||
#include "GattAttribute.h"
|
||||
#include "GattServerEvents.h"
|
||||
#include "GattCharacteristicCallbackParams.h"
|
||||
#include "CallChainOfFunctionPointersWithContext.h"
|
||||
|
|
Loading…
Reference in a new issue