Skip to content

Commit 5c81264

Browse files
author
Mauro Passerino
committed
fix linter errors
1 parent dc341a3 commit 5c81264

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rclcpp/include/rclcpp/executors/events_executor_notify_waitable.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define RCLCPP__EXECUTORS__EVENTS_EXECUTOR_NOTIFY_WAITABLE_HPP_
1717

1818
#include <list>
19+
#include <memory>
1920

2021
#include "rcl/guard_condition.h"
2122
#include "rclcpp/executors/event_waitable.hpp"

rclcpp/src/rclcpp/executors/events_executor_entities_collector.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
#include <memory>
1516
#include <string>
1617
#include <utility>
1718
#include <vector>

0 commit comments

Comments
 (0)