FIX mac m1 compilation - Add sstream library to onroad.cc (#30205)

Add sstream library to onroad.cc

Needed to solve a bug when compiling on mac m1.

Co-authored-by: Miguel Fernandez <miguel.fernandez@cimpress.com>
pull/28641/head
DevTekVE 2 years ago committed by GitHub
parent 62e812f4e1
commit 9ce273765c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/ui/qt/onroad.cc

@ -4,6 +4,7 @@
#include <cmath>
#include <map>
#include <memory>
#include <sstream>
#include <QDebug>
#include <QMouseEvent>

Loading…
Cancel
Save