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

Commit 86eadd5c authored by David Anderson's avatar David Anderson Committed by Automerger Merge Worker
Browse files

Merge "fastboot: Include header for ostream_iterator and istream_iterator" am:...

Merge "fastboot: Include header for ostream_iterator and istream_iterator" am: 1347d340 am: 6d20df58 am: b84de4fe

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2623149



Change-Id: Ibeaa7df40a94f6d401c739ee85c5d3966d9578bd
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 0e3b9d9a b84de4fe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#include <android-base/logging.h>

#include <fstream>
#include <iterator>

#include "storage.h"
#include "util.h"