From 25a89d102677ffad42d4c33db41000d1da88639c Mon Sep 17 00:00:00 2001 From: Lee Jong Mun <43285072+crwusiz@users.noreply.github.com> Date: Thu, 28 Jul 2022 00:43:06 +0900 Subject: [PATCH] navd: include hw.h fix (#25297) --- selfdrive/navd/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/navd/main.cc b/selfdrive/navd/main.cc index 3a2fedb7d2..b6eec10328 100644 --- a/selfdrive/navd/main.cc +++ b/selfdrive/navd/main.cc @@ -5,7 +5,7 @@ #include "selfdrive/ui/qt/util.h" #include "selfdrive/ui/qt/maps/map_helpers.h" #include "selfdrive/navd/map_renderer.h" -#include "selfdrive/hardware/hw.h" +#include "system/hardware/hw.h"