aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-09-01 09:29:06 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2017-09-01 09:29:06 +0200
commit3af4d83dfa190d8d95aefbf31ae0b1d85abe492a (patch)
treeb2dfba4dfe8e91377101643cfcd3dd5a3940eac5 /include
parent2ca532122d60cff4dbdc7f24fbc5783bcc5ad68d (diff)
downloadble-toys-3af4d83dfa190d8d95aefbf31ae0b1d85abe492a.tar.gz
ble-toys-3af4d83dfa190d8d95aefbf31ae0b1d85abe492a.tar.bz2
ble-toys-3af4d83dfa190d8d95aefbf31ae0b1d85abe492a.tar.xz
ble-toys-3af4d83dfa190d8d95aefbf31ae0b1d85abe492a.zip
o Adding missing include.
Diffstat (limited to 'include')
-rw-r--r--include/ble/Bluetooth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ble/Bluetooth.h b/include/ble/Bluetooth.h
index f2b5b13..d5875a5 100644
--- a/include/ble/Bluetooth.h
+++ b/include/ble/Bluetooth.h
@@ -8,6 +8,7 @@
#include <vector>
#include <cstdint>
#include <map>
+#include <functional>
#include "ByteBuffer.h"