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

Commit 30170b1f authored by Ryan Prichard's avatar Ryan Prichard
Browse files

Add missing <iterator> include for std::inserter

Bug: b/175635923
Test: treehugger
Change-Id: I241c8b2b48bb4c616fbc5b4ae1285e274182144b
parent 42d2e51b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <algorithm>
#include <cassert>
#include <iomanip>
#include <iterator>
#include <memory>
#include <ostream>
#include <set>