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

Commit 4fe2e351 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android (Google) Code Review
Browse files

Merge "std::stringstream is in <sstream>, not <strstream>." into main

parents 02f0989b f7087b37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

#include <algorithm>
#include <string>
#include <strstream>
#include <sstream>
#include <utility>
#include <vector>