mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 18:42:07 +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: 9ce273765c4d89a54fdbd6407abf1cb38e4fb27f
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