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

Commit 816480b5 authored by Biswapriyo Nath's avatar Biswapriyo Nath
Browse files

fastboot: Include header for ostream_iterator and istream_iterator

This fixes the following compiler errors with gcc

storage.cpp:45:20: error: 'ostream_iterator' is not a member of 'std'
storage.cpp:50:10: error: 'istream_iterator' is not a member of 'std'

Change-Id: I570e332d100bb18e445644a9d57dc14d80f104b5
parent 1f876a81
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"