Skip to content

Commit 0c53533

Browse files
author
Joshua Hampp
committed
fixed include order
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
1 parent 159f441 commit 0c53533

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rclcpp/include/rclcpp/serialized_message.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
#ifndef RCLCPP__SERIALIZED_MESSAGE_HPP_
1616
#define RCLCPP__SERIALIZED_MESSAGE_HPP_
1717

18+
#include <rclcpp/exceptions.hpp>
19+
1820
#include <cstring>
1921

2022
#include "rcutils/logging_macros.h"
2123

2224
#include "rmw/serialized_message.h"
2325

24-
#include <rclcpp/exceptions.hpp>
25-
2626
namespace rclcpp
2727
{
2828

0 commit comments

Comments
 (0)