Skip to content

Commit f26b813

Browse files
committed
address linter warnings.
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
1 parent e1ee31f commit f26b813

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rclcpp/test/rclcpp/executors/test_executors.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <algorithm>
2323
#include <atomic>
2424
#include <chrono>
25+
#include <future>
2526
#include <limits>
2627
#include <memory>
2728
#include <string>
@@ -966,4 +967,4 @@ TEST(TestExecutors, testSpinWithNonDefaultContext)
966967
}
967968

968969
rclcpp::shutdown(non_default_context);
969-
}
970+
}

0 commit comments

Comments
 (0)