Skip to content

Commit

Permalink
iox-#1391 Fix legacy build when using 'unique_ptr'
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 Oct 26, 2022
1 parent 8f6af2f commit 9d1ed08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace iox
namespace cxx
{
/// @deprecated
using memory::unique_ptr;
using iox::unique_ptr;
} // namespace cxx
} // namespace iox

Expand Down

0 comments on commit 9d1ed08

Please sign in to comment.