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

Commit 12e602df authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "floss: include <vector> <unordered_map> explicitly"

parents 2bb20a73 0d4ac1d5
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"