GattServer.h: add missing includes

This commit is contained in:
Rohit Grover 2015-04-14 08:47:51 +01:00
parent b85a558c8b
commit 20649946f5

View file

@ -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"