commit | 3d0263f0eb8c6a75bddb09f9eda6f4ac563f14d6 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Jan 26 15:33:15 2017 -0800 |
committer | Dan Albert <danalbert@google.com> | Thu Jan 26 15:33:15 2017 -0800 |
tree | 5c6d9ffbf87745b773f6d5e954046198505dbdd4 | |
parent | 6d88fc9a6a62cb76a73fa7f8c6a8e91c82b8c52c [diff] |
Include what you use. Test: mm Bug: http://b/34740564 Change-Id: I75cf88b79faf68764f1223e39595d0320d7b682a
diff --git a/bluetooth/1.0/default/vendor_interface.cc b/bluetooth/1.0/default/vendor_interface.cc index 20b30ae..5f1c33f 100644 --- a/bluetooth/1.0/default/vendor_interface.cc +++ b/bluetooth/1.0/default/vendor_interface.cc
@@ -16,6 +16,8 @@ #include "vendor_interface.h" +#include <assert.h> + #define LOG_TAG "android.hardware.bluetooth@1.0-impl" #include <android-base/logging.h> #include <cutils/properties.h>