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

Commit 872b4115 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
Merged-In: I241c8b2b48bb4c616fbc5b4ae1285e274182144b
parent b303b74e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <cassert>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <memory>
#include <set>
#include <sstream>