diff --git a/osal/host/QueueFactory.cpp b/osal/host/QueueFactory.cpp index da3fea55..7feb1ad6 100644 --- a/osal/host/QueueFactory.cpp +++ b/osal/host/QueueFactory.cpp @@ -1,5 +1,6 @@ +#include "MessageQueue.h" #include "../../ipc/QueueFactory.h" -#include "../../osal/host/MessageQueue.h" +#include "../../ipc/MessageQueueSenderIF.h" #include "../../serviceinterface/ServiceInterfaceStream.h" #include