added additional include

This commit is contained in:
Robin Müller 2020-09-26 16:38:07 +02:00
parent 52d8c4f3a8
commit e67b1fce9a
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include "../modes/ModeHelper.h"
#include "../objectmanager/SystemObject.h"
#include "../tasks/ExecutableObjectIF.h"
#include "../tasks/PeriodicTaskIF.h"
#include "../datapool/HkSwitchHelper.h"
/**

View File

@ -173,6 +173,7 @@ private:
//! Every housekeeping data manager has a mutex to protect access
//! to it's data pool.
MutexIF* mutex = nullptr;
/** The class which actually owns the manager (and its datapool). */
HasLocalDataPoolIF* owner = nullptr;