Skip to content

Commit

Permalink
iox-eclipse-iceoryx#590 Fix DDS build by updating the include path
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 53e8d76 commit 0ecf059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iceoryx_dds/source/gateway/main.cpp
Expand Up @@ -18,10 +18,10 @@
#include "iceoryx_dds/gateway/dds_to_iox.hpp"
#include "iceoryx_dds/gateway/iox_to_dds.hpp"
#include "iceoryx_dds/internal/log/logging.hpp"
#include "iceoryx_dust/posix_wrapper/signal_watcher.hpp"
#include "iceoryx_hoofs/cxx/helplets.hpp"
#include "iceoryx_hoofs/cxx/optional.hpp"
#include "iceoryx_hoofs/platform/signal.hpp"
#include "iceoryx_hoofs/posix_wrapper/signal_watcher.hpp"
#include "iceoryx_posh/gateway/gateway_config.hpp"
#include "iceoryx_posh/gateway/toml_gateway_config_parser.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/include/iceoryx_posh/roudi/roudi_app.hpp
Expand Up @@ -48,7 +48,7 @@ class RouDiApp
protected:
/// @brief waits for the next signal to RouDi daemon
[[deprecated("in 3.0, removed in 4.0, use iox::posix::waitForTerminationRequest() from "
"'iceoryx_hoofs/posix_wrapper/signal_watcher.hpp'")]] bool
"'iceoryx_dust/posix_wrapper/signal_watcher.hpp'")]] bool
waitForSignal() noexcept;

iox::log::LogLevel m_logLevel{iox::log::LogLevel::kWarn};
Expand Down

0 comments on commit 0ecf059

Please sign in to comment.