diff --git a/ear-production-suite-plugins/plugins/direct_speakers/CMakeLists.txt b/ear-production-suite-plugins/plugins/direct_speakers/CMakeLists.txt index 59cee205c..9f54a60e9 100644 --- a/ear-production-suite-plugins/plugins/direct_speakers/CMakeLists.txt +++ b/ear-production-suite-plugins/plugins/direct_speakers/CMakeLists.txt @@ -30,6 +30,7 @@ set(HEADERS_DIRECT_SPEAKERS_INPUT ${EPS_SHARED_DIR}/components/onboarding.hpp ${EPS_SHARED_DIR}/components/onboarding_slide.hpp ${EPS_SHARED_DIR}/components/overlay.hpp + ${EPS_SHARED_DIR}/components/routing_info_icon.hpp ${EPS_SHARED_DIR}/components/segment_progress_bar.hpp ${EPS_SHARED_DIR}/components/speaker_layer.hpp ${EPS_SHARED_DIR}/components/version_label.hpp diff --git a/ear-production-suite-plugins/plugins/direct_speakers/src/value_box_main.hpp b/ear-production-suite-plugins/plugins/direct_speakers/src/value_box_main.hpp index 0b3b5cde9..4cae1352d 100644 --- a/ear-production-suite-plugins/plugins/direct_speakers/src/value_box_main.hpp +++ b/ear-production-suite-plugins/plugins/direct_speakers/src/value_box_main.hpp @@ -4,6 +4,7 @@ #include "components/ear_combo_box.hpp" #include "components/ear_name_text_editor.hpp" +#include "components/routing_info_icon.hpp" #include "components/look_and_feel/colours.hpp" #include "components/look_and_feel/fonts.hpp" @@ -20,7 +21,7 @@ class ValueBoxMain : public Component { speakerSetupLabel_(std::make_unique