diff --git a/ecal/core/CMakeLists.txt b/ecal/core/CMakeLists.txt index 22a114c492..6369432767 100644 --- a/ecal/core/CMakeLists.txt +++ b/ecal/core/CMakeLists.txt @@ -116,6 +116,7 @@ set(ecal_io_shm_src src/io/shm/ecal_memfile_os.h src/io/shm/ecal_memfile_pool.h src/io/shm/ecal_memfile_sync.h + src/io/shm/relocatable_circular_queue.h ) # io/shm/linux diff --git a/ecal/core/src/io/shm/ecal_memfile_broadcast.h b/ecal/core/src/io/shm/ecal_memfile_broadcast.h index f2065c05e3..0ec208df3a 100644 --- a/ecal/core/src/io/shm/ecal_memfile_broadcast.h +++ b/ecal/core/src/io/shm/ecal_memfile_broadcast.h @@ -29,7 +29,7 @@ #include #include -#include "io/relocatable_circular_queue.h" +#include "io/shm/relocatable_circular_queue.h" #include diff --git a/ecal/core/src/io/relocatable_circular_queue.h b/ecal/core/src/io/shm/relocatable_circular_queue.h similarity index 100% rename from ecal/core/src/io/relocatable_circular_queue.h rename to ecal/core/src/io/shm/relocatable_circular_queue.h