Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58c2e36f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "floss: include <vector> <unordered_map> explicitly" am: 12e602df

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1895057

Change-Id: I8107eaf71cc35b9b69742872fd596a76a4d7b401
parents ba4b32c6 12e602df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "btif_config_cache.h"

#include <limits>
#include <vector>

#include "stack/include/bt_octets.h"
#include "types/raw_address.h"
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@

#define LOG_TAG "bt_shim_storage"

#include <unordered_map>

#include "main/shim/dumpsys.h"
#include "main/shim/entry.h"
#include "main/shim/shim.h"