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

Commit f7087b37 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

std::stringstream is in <sstream>, not <strstream>.

Change-Id: I0b681d640e30bd240558450d095c2def33c3b095
parent f04795c6
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>