File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
include/rclcpp/experimental Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2020#include < type_traits>
2121#include < utility>
2222#include < vector>
23+ #include < string>
2324
2425#include " rclcpp/allocator/allocator_common.hpp"
2526#include " rclcpp/allocator/allocator_deleter.hpp"
@@ -369,7 +370,7 @@ class ServiceIntraProcessBuffer : public IntraProcessBufferBase
369370 {
370371 return buffer_->available_capacity ();
371372 }
372-
373+
373374private:
374375 std::unique_ptr<BufferImplementationBase<BufferT>> buffer_;
375376};
Original file line number Diff line number Diff line change 2626#include < utility>
2727#include < vector>
2828#include < typeinfo>
29+ #include < string>
2930
3031#include " rclcpp/allocator/allocator_deleter.hpp"
3132#include " rclcpp/experimental/client_intra_process.hpp"
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ PublisherBase::get_non_local_subscription_count() const
273273 }
274274 }
275275 if (RCL_RET_OK != status) {
276- rclcpp::exceptions::throw_from_rcl_error (status,
276+ rclcpp::exceptions::throw_from_rcl_error (status,
277277 " failed to get get non local subscription count" );
278278 }
279279 return inter_process_non_local_subscription_count;
You can’t perform that action at this time.
0 commit comments