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>
old-commit-hash: 9ce273765c
testing-closet
DevTekVE 2 years ago committed by GitHub
parent 1b0bb4eeb8
commit fa673c0cdf
  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