Skip to content

Commit

Permalink
iox-eclipse-iceoryx#615 fix build failure due to missing include
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias Kraus <mathias.kraus@apex.ai>
  • Loading branch information
elBoberido authored and marthtz committed May 12, 2021
1 parent 629dd11 commit 92df5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include "iceoryx_posh/internal/popo/building_blocks/chunk_queue_pusher.hpp"
#include "iceoryx_utils/cxx/helplets.hpp"

#include <thread>

namespace iox
{
namespace popo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#ifndef IOX_POSH_POPO_BUILDING_BLOCKS_CHUNK_DISTRIBUTOR_INL
#define IOX_POSH_POPO_BUILDING_BLOCKS_CHUNK_DISTRIBUTOR_INL

#include <thread>

namespace iox
{
namespace popo
Expand Down

0 comments on commit 92df5dc

Please sign in to comment.