From 5c3b55c51486ff6fdd02ab50f5d9808e4efbab81 Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Thu, 17 Jun 2021 04:18:04 +0800 Subject: [PATCH] settings.cc: include missing headers on EON (#21298) old-commit-hash: 3901f28cb938291455e083d247cb907e9b897355 --- selfdrive/ui/qt/offroad/settings.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index 1c2480e5b7..3191b76689 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -3,6 +3,8 @@ #include #include +#include + #ifndef QCOM #include "selfdrive/ui/qt/offroad/networking.h" #endif @@ -17,6 +19,7 @@ #include "selfdrive/ui/qt/widgets/controls.h" #include "selfdrive/ui/qt/widgets/input.h" #include "selfdrive/ui/qt/widgets/scrollview.h" +#include "selfdrive/ui/qt/widgets/ssh_keys.h" #include "selfdrive/ui/qt/widgets/toggle.h" #include "selfdrive/ui/ui.h" #include "selfdrive/ui/qt/util.h"