mirror of https://github.com/1okko/openpilot.git
Add QStackedLayout to onroad_home.cc
Added QStackedLayout to the includes in onroad_home.cc file. Not sure how it was compiling for others, but it wasn't working for me on m1
This commit is contained in:
parent
b2d5edcdb5
commit
ae6ef196e7
|
@ -1,6 +1,7 @@
|
|||
#include "selfdrive/ui/qt/onroad/onroad_home.h"
|
||||
|
||||
#include <QPainter>
|
||||
#include <QStackedLayout>
|
||||
|
||||
#ifdef ENABLE_MAPS
|
||||
#include "selfdrive/ui/qt/maps/map_helpers.h"
|
||||
|
|
Loading…
Reference in New Issue