Michael Galis / nRF51822

Fork of nRF51822 by Nordic Semiconductor

Revision:
332:b054000833d4
Parent:
330:0a8ebc25b57c
Child:
333:8eedcd324853
--- a/nRFDiscoveredCharacteristic.h	Fri Jun 19 15:55:32 2015 +0100
+++ b/nRFDiscoveredCharacteristic.h	Fri Jun 19 15:55:32 2015 +0100
@@ -17,6 +17,8 @@
 #ifndef __NRF_DISCOVERED_CHARACTERISTIC_H__
 #define __NRF_DISCOVERED_CHARACTERISTIC_H__
 
+#include "ble_gatt.h"
+
 class nRFDiscoveredCharacteristic : public DiscoveredCharacteristic {
 public:
     void setup(GattClient              *gattcIn,