1
0
forked from fsfw/fsfw

fixes for unit tests

This commit is contained in:
2021-02-28 13:56:16 +01:00
parent 36039266ee
commit 35d8453b48
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#include "../../serviceinterface/ServiceInterfaceStream.h"
#include "../../serviceinterface/ServiceInterface.h"
#include "../../timemanager/Clock.h"
#include <chrono>

View File

@ -1,5 +1,6 @@
#include "QueueMapManager.h"
#include "../../serviceinterface/ServiceInterface.h"
#include "../../ipc/MutexFactory.h"
#include "../../ipc/MutexHelper.h"