Skip to content

Commit cb75426

Browse files
committed
fix compilation
1 parent 09c0857 commit cb75426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/action_test_node.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "action_test_node.h"
1515

1616
#include <string>
17+
#include <thread>
1718

1819
BT::AsyncActionTest::AsyncActionTest(const std::string& name, BT::Duration deadline_ms)
1920
: ThreadedAction(name, {}), success_count_(0), failure_count_(0)

0 commit comments

Comments
 (0)