aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorVadim Panov <[email protected]>2017-07-29 11:19:02 +0300
committerpetreeftime <[email protected]>2017-07-30 20:08:29 +0300
commit992d9c3a6cb2dc139f7e90c72f7738d7dd018672 (patch)
treef6856078f4e4b9b409bac6615d54efc3bad22590 /api
parent08976ce2d5cba59c97ca28a1b6449fc67f450ab6 (diff)
BluetoothGattDescriptor.hpp added functional header
Signed-off-by: Vadim Panov <[email protected]>
Diffstat (limited to 'api')
-rw-r--r--api/tinyb/BluetoothGattDescriptor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/tinyb/BluetoothGattDescriptor.hpp b/api/tinyb/BluetoothGattDescriptor.hpp
index eadaad62..669e60d1 100644
--- a/api/tinyb/BluetoothGattDescriptor.hpp
+++ b/api/tinyb/BluetoothGattDescriptor.hpp
@@ -25,6 +25,7 @@
#pragma once
#include "BluetoothObject.hpp"
#include <vector>
+#include <functional>
/* Forward declaration of types */
struct _Object;