mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-22 23:43:58 +08:00
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
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <cmath>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
|
||||
#include <QDebug>
|
||||
#include <QMouseEvent>
|
||||
|
||||
Reference in New Issue
Block a user