1
0
forked from fsfw/fsfw

added additional include

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

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;