From bfc298310577d20f7db4575a7ceb38276600b729 Mon Sep 17 00:00:00 2001 From: yellowhatter Date: Mon, 6 Jan 2025 12:35:28 +0300 Subject: [PATCH] style fix --- rmw_zenoh_cpp/src/detail/shm_context.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rmw_zenoh_cpp/src/detail/shm_context.hpp b/rmw_zenoh_cpp/src/detail/shm_context.hpp index 8f6a8560..7443b978 100644 --- a/rmw_zenoh_cpp/src/detail/shm_context.hpp +++ b/rmw_zenoh_cpp/src/detail/shm_context.hpp @@ -17,10 +17,10 @@ #ifdef RMW_ZENOH_BUILD_WITH_SHARED_MEMORY -#include - #include +#include + namespace rmw_zenoh_cpp { ///=============================================================================