mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-23 15:23:46 +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>
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