diff --git a/apps/sequence/app.h b/apps/sequence/app.h index 7639b334e..1e0ac41af 100644 --- a/apps/sequence/app.h +++ b/apps/sequence/app.h @@ -4,6 +4,7 @@ #include #include #include "sequence_store.h" +#include "list/list_controller.h" #include "values/values_controller.h" #include "../shared/text_field_delegate_app.h" @@ -17,7 +18,7 @@ public: private: SequenceStore m_sequenceStore; Poincare::VariableContext m_nContext; - ValuesController m_listController; + ListController m_listController; HeaderViewController m_listHeader; StackViewController m_listStackViewController; ValuesController m_graphController;