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

Commit eaf7d77e authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

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
parent e7abebc0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
#include <sys/types.h>

#include <memory>
#include <unordered_map>

#include <android-base/file.h>
#include <android-base/logging.h>