Skip to content

Commit

Permalink
Fix include order
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Dec 20, 2024
1 parent 1bcc0ce commit 2422c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmw_zenoh_cpp/src/detail/payload.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
#ifndef DETAIL__PAYLOAD_HPP_
#define DETAIL__PAYLOAD_HPP_

#include <zenoh.hxx>

#include <cstdint>
#include <optional>
#include <utility>
#include <variant>
#include <vector>

#include <zenoh.hxx>

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

0 comments on commit 2422c5e

Please sign in to comment.