Skip to content

Commit

Permalink
iox-#590 Add NamedPipe include for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
  • Loading branch information
mossmaurice committed Aug 4, 2022
1 parent d4a83c6 commit 0a54203
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
#include "iceoryx_posh/iceoryx_posh_types.hpp"
#include "iceoryx_posh/internal/runtime/ipc_message.hpp"

#if defined(_WIN32)
#include "iceoryx_dust/posix_wrapper/named_pipe.hpp"
#endif

#include <cstdint>
#include <cstdio>
#include <cstdlib>
Expand Down

0 comments on commit 0a54203

Please sign in to comment.