Skip to content

Commit

Permalink
core: relocatable_circular_queue.h moved to /src/io/shm (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky authored Nov 22, 2023
1 parent 4a17c8a commit 833157a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ecal/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ecal/core/src/io/shm/ecal_memfile_broadcast.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <cstring>
#include <cstdint>

#include "io/relocatable_circular_queue.h"
#include "io/shm/relocatable_circular_queue.h"

#include <ecal/ecal.h>

Expand Down

0 comments on commit 833157a

Please sign in to comment.