Skip to content

Commit

Permalink
add missing header
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Nov 14, 2024
1 parent d2bd671 commit a149c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmw_zenoh_cpp/src/detail/rmw_publisher_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#ifndef DETAIL__RMW_PUBLISHER_DATA_HPP_
#define DETAIL__RMW_PUBLISHER_DATA_HPP_

#include <zenoh.h>

#include <cstddef>
#include <cstdint>
#include <memory>
Expand All @@ -31,6 +29,8 @@

#include "rmw/ret_types.h"

#include <zenoh.hxx>

namespace rmw_zenoh_cpp
{
///=============================================================================
Expand Down

0 comments on commit a149c2b

Please sign in to comment.