fix linter errors in rclcpp_lifecycle (#672)

Signed-off-by: Karsten Knese <karsten@openrobotics.org>
This commit is contained in:
Karsten Knese 2019-03-28 11:01:52 -07:00 committed by GitHub
parent cb20529e5e
commit 4f2f8def98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@
#include <memory> #include <memory>
#include <string> #include <string>
#include <utility> #include <utility>
#include <vector>
#include "rclcpp/contexts/default_context.hpp" #include "rclcpp/contexts/default_context.hpp"
#include "rclcpp/intra_process_manager.hpp" #include "rclcpp/intra_process_manager.hpp"