Skip to content

Commit 1af387e

Browse files
committed
Address feedback
Signed-off-by: Yadunund <[email protected]>
1 parent 0053d8d commit 1af387e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

rmw_zenoh_cpp/src/detail/rmw_node_data.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414

1515
#include "rmw_node_data.hpp"
1616

17+
#include <cstddef>
1718
#include <memory>
19+
#include <mutex>
1820
#include <string>
1921
#include <utility>
2022

rmw_zenoh_cpp/src/detail/rmw_node_data.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Open Source Robotics Foundation, Inc.
1+
// Copyright 2024 Open Source Robotics Foundation, Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
1717

1818
#include <zenoh.h>
1919

20+
#include <cstddef>
2021
#include <memory>
2122
#include <mutex>
2223
#include <string>

0 commit comments

Comments
 (0)