From 904dcad8dfa2bb35fe6da1099ecf945a6db02879 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Thu, 19 Dec 2024 15:53:50 +0100 Subject: [PATCH] Fix include order --- rmw_zenoh_cpp/src/detail/payload.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rmw_zenoh_cpp/src/detail/payload.hpp b/rmw_zenoh_cpp/src/detail/payload.hpp index e8f661fd..7743b43c 100644 --- a/rmw_zenoh_cpp/src/detail/payload.hpp +++ b/rmw_zenoh_cpp/src/detail/payload.hpp @@ -15,14 +15,14 @@ #ifndef DETAIL__PAYLOAD_HPP_ #define DETAIL__PAYLOAD_HPP_ -#include - #include #include #include #include #include +#include + namespace rmw_zenoh_cpp { ///=============================================================================