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:
devtekve 2024-05-09 15:40:26 +02:00
parent b2d5edcdb5
commit ae6ef196e7
1 changed files with 1 additions and 0 deletions

View File

@ -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"