This commit is contained in:
Robin Müller 2020-07-09 15:49:52 +02:00
parent ecd740a101
commit 32ef807341

View File

@ -1,5 +1,6 @@
#ifndef FRAMEWORK_CONTAINER_SHAREDRINGBUFFER_H_
#define FRAMEWORK_CONTAINER_SHAREDRINGBUFFER_H_
#include <framework/container/SimpleRingBuffer.h>
#include <framework/ipc/MutexIF.h>
#include <framework/objectmanager/SystemObject.h>