Include missing headers

Bug: None
Test: Build
Change-Id: Id4967af4ab48ceda10c45edcb0bc4b856b991fd6
This commit is contained in:
Bailey Forrest
2017-06-12 16:49:18 -07:00
parent 292cddf6be
commit ba20404ca2
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,8 @@
#include <hidl/MQDescriptor.h>
#include <functional>
namespace android {
namespace hardware {
namespace bluetooth {

View File

@@ -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>