Add missing header.
Protobuf 22.x no longer includes <unordered_map>, so it has to be included explicitly. Bug: 329747255 Test: presubmit Change-Id: Icd5055e242e4f58029caf80cbb321222c612a9d0
This commit is contained in:
parent
e7abebc01d
commit
eaf7d77e7e
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
|
||||
#include <android-base/file.h>
|
||||
#include <android-base/logging.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue