Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
#include "btif_config_cache.h"
#include <limits>
#include <vector>
#include "stack/include/bt_octets.h"
#include "types/raw_address.h"
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment