Skip to content

Commit

Permalink
iox-#2044 Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Oct 21, 2023
1 parent d430455 commit a1296a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#include "iox/algorithm.hpp"
#include "iox/uninitialized_array.hpp"

#include "iceoryx_platform/platform_correction.hpp"

#include <cstdint>
#include <functional>
#include <type_traits>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#undef OPEN_EXISTING
#undef IGNORE
#undef OPTIONAL
#undef CONST

/// @todo iox-#1616 required by posix but defined in libc header string.h
/// move it into the upcoming libc layer in platform
Expand Down

0 comments on commit a1296a0

Please sign in to comment.