fix(ui): fix build error in onroad_home.cc without ENABLE_MAPS (#32441)

pull/32431/head
Shotaro Watanabe 1 year ago committed by GitHub
parent 407791113d
commit 288a3fcd8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      selfdrive/ui/qt/onroad/onroad_home.cc

@ -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…
Cancel
Save