settings.cc: include missing headers on EON (#21298)

old-commit-hash: 3901f28cb9
commatwo_master
Dean Lee 4 years ago committed by GitHub
parent 1156d97241
commit 5c3b55c514
  1. 3
      selfdrive/ui/qt/offroad/settings.cc

@ -3,6 +3,8 @@
#include <cassert>
#include <string>
#include <QDebug>
#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"

Loading…
Cancel
Save