From 9d1ed08c50144fafd8f66abbf7f9be3a5b333b60 Mon Sep 17 00:00:00 2001 From: Simon Hoinkis Date: Wed, 26 Oct 2022 11:30:08 +0200 Subject: [PATCH] iox-#1391 Fix legacy build when using 'unique_ptr' Signed-off-by: Simon Hoinkis --- iceoryx_hoofs/legacy/include/iceoryx_hoofs/cxx/unique_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iceoryx_hoofs/legacy/include/iceoryx_hoofs/cxx/unique_ptr.hpp b/iceoryx_hoofs/legacy/include/iceoryx_hoofs/cxx/unique_ptr.hpp index 3de20f81fd..cf6d96e2d1 100644 --- a/iceoryx_hoofs/legacy/include/iceoryx_hoofs/cxx/unique_ptr.hpp +++ b/iceoryx_hoofs/legacy/include/iceoryx_hoofs/cxx/unique_ptr.hpp @@ -26,7 +26,7 @@ namespace iox namespace cxx { /// @deprecated -using memory::unique_ptr; +using iox::unique_ptr; } // namespace cxx } // namespace iox