commit | 28da08fbdcba82144be73ebffc9cf2f9a0be660f | [log] [tgz] |
---|---|---|
author | dinabenamar <108664279+dinabenamar@users.noreply.github.com> | Thu Mar 07 14:44:00 2024 +0100 |
committer | GitHub <noreply@github.com> | Thu Mar 07 13:44:00 2024 +0000 |
tree | 62a1584921eeaec25f4f8d7419bfd3bc463b9e57 | |
parent | c2f58e4379410b33d98534fd0161d4f6b6229536 [diff] |
[Zephyr] Make include of "zephyr/bluetooth/hci.h" explicit (#32461)
diff --git a/src/platform/Zephyr/BLEManagerImpl.cpp b/src/platform/Zephyr/BLEManagerImpl.cpp index 09ddd4f..07f30dc 100644 --- a/src/platform/Zephyr/BLEManagerImpl.cpp +++ b/src/platform/Zephyr/BLEManagerImpl.cpp
@@ -39,6 +39,7 @@ #include <zephyr/bluetooth/addr.h> #include <zephyr/bluetooth/gatt.h> +#include <zephyr/bluetooth/hci.h> #include <zephyr/random/rand32.h> #include <zephyr/sys/byteorder.h> #include <zephyr/sys/util.h>