diff options
author | Vadim Panov <[email protected]> | 2017-07-29 11:19:02 +0300 |
---|---|---|
committer | petreeftime <[email protected]> | 2017-07-30 20:08:29 +0300 |
commit | 992d9c3a6cb2dc139f7e90c72f7738d7dd018672 (patch) | |
tree | f6856078f4e4b9b409bac6615d54efc3bad22590 /api | |
parent | 08976ce2d5cba59c97ca28a1b6449fc67f450ab6 (diff) |
BluetoothGattDescriptor.hpp added functional header
Signed-off-by: Vadim Panov <[email protected]>
Diffstat (limited to 'api')
-rw-r--r-- | api/tinyb/BluetoothGattDescriptor.hpp | 1 |
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; |