From ba20404ca28b03db2b65d294e93e216058b810ed Mon Sep 17 00:00:00 2001 From: Bailey Forrest Date: Mon, 12 Jun 2017 16:49:18 -0700 Subject: [PATCH] Include missing headers Bug: None Test: Build Change-Id: Id4967af4ab48ceda10c45edcb0bc4b856b991fd6 --- bluetooth/1.0/default/bluetooth_hci.h | 2 ++ bluetooth/1.0/default/hci_protocol.cc | 1 + 2 files changed, 3 insertions(+) diff --git a/bluetooth/1.0/default/bluetooth_hci.h b/bluetooth/1.0/default/bluetooth_hci.h index 6912405549..e2797b1171 100644 --- a/bluetooth/1.0/default/bluetooth_hci.h +++ b/bluetooth/1.0/default/bluetooth_hci.h @@ -21,6 +21,8 @@ #include +#include + 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 a208da16df..5d6f1d1396 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 +#include #include #include