commit | 92863322a58330f2f981fff26ca59fb344d334de | [log] [tgz] |
---|---|---|
author | Bailey Forrest <bcf@google.com> | Sat Jun 17 00:22:10 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jun 17 00:22:10 2017 +0000 |
tree | af8b0534accae980384c4a2489cddfc1b27727a2 | |
parent | 973901719837911e9b2e2ffc4fc614f9467dbc37 [diff] | |
parent | 9cf1bbb045b0febf0111a4f9b016a2089f62b2b4 [diff] |
Merge "Include missing headers" am: 1bbe51d0b5 am: 9cf1bbb045 Change-Id: I37f592401697c92115eea0ca33eea4170f549712
diff --git a/bluetooth/1.0/default/bluetooth_hci.h b/bluetooth/1.0/default/bluetooth_hci.h index 6912405..e2797b1 100644 --- a/bluetooth/1.0/default/bluetooth_hci.h +++ b/bluetooth/1.0/default/bluetooth_hci.h
@@ -21,6 +21,8 @@ #include <hidl/MQDescriptor.h> +#include <functional> + namespace android { namespace hardware { namespace bluetooth {
diff --git a/bluetooth/1.0/default/hci_protocol.cc b/bluetooth/1.0/default/hci_protocol.cc index a208da1..5d6f1d1 100644 --- a/bluetooth/1.0/default/hci_protocol.cc +++ b/bluetooth/1.0/default/hci_protocol.cc
@@ -18,6 +18,7 @@ #define LOG_TAG "android.hardware.bluetooth-hci-hci_protocol" #include <assert.h> +#include <errno.h> #include <fcntl.h> #include <log/log.h>