bt_types: [3/4] IWYU Include when parsing legacy stream main,hci

Bug: 315392804
Test: m .
Flag: EXEMPT, IWYU
Change-Id: Ife621ddaabb1e8fbcb344d2ad757666a2b8b15c1
diff --git a/system/hci/src/packet_fragmenter.cc b/system/hci/src/packet_fragmenter.cc
index ffd327e..d0d7294 100644
--- a/system/hci/src/packet_fragmenter.cc
+++ b/system/hci/src/packet_fragmenter.cc
@@ -31,6 +31,7 @@
 #include "hci/include/hci_layer.h"
 #include "osi/include/log.h"
 #include "stack/include/bt_hdr.h"
+#include "stack/include/bt_types.h"
 
 #define HCI_ISO_BF_FIRST_FRAGMENTED_PACKET (0)
 #define HCI_ISO_BF_CONTINUATION_FRAGMENT_PACKET (1)
diff --git a/system/main/test/main_shim_test.cc b/system/main/test/main_shim_test.cc
index e57ce33..d94f883 100644
--- a/system/main/test/main_shim_test.cc
+++ b/system/main/test/main_shim_test.cc
@@ -60,6 +60,7 @@
 #include "stack/include/acl_hci_link_interface.h"
 #include "stack/include/ble_acl_interface.h"
 #include "stack/include/bt_hdr.h"
+#include "stack/include/bt_types.h"
 #include "stack/include/hci_error_code.h"
 #include "stack/include/sco_hci_link_interface.h"
 #include "stack/include/sec_hci_link_interface.h"