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

Commit 0d4ac1d5 authored by hscham's avatar hscham Committed by Grace Cham
Browse files

floss: include <vector> <unordered_map> explicitly

For CrOS floss.
The headers will no longer be indirectly included via libchrome headers.

Bug: 198993705
Tag: #floss
Test: FEATURES=test emerge-zork-floss floss

Change-Id: I4829e8b99381206416d3ae5149d315625f42f043
parent 09973e2e
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"