Skip to content

Commit

Permalink
Fix zenoh-cpp include
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Lalancette <[email protected]>
Signed-off-by: Mahmoud Mazouz <[email protected]>
  • Loading branch information
fuzzypixelz and clalancette authored Dec 18, 2024
1 parent 0435400 commit a2055fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/detail/payload.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef DETAIL__PAYLOAD_HPP_
#define DETAIL__PAYLOAD_HPP_

#include <zenoh.h>
#include <zenoh.hxx>

#include <utility>
#include <variant>
Expand Down

0 comments on commit a2055fb

Please sign in to comment.