Merge "Include missing headers"

This commit is contained in:
Treehugger Robot
2017-06-17 00:09:20 +00:00
committed by Gerrit Code Review
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>