Skip to content

Commit a88be1b

Browse files
Fix thread include (#216) (#218)
* Fix thread include Signed-off-by: Pablo Garrido <pablogs9@gmail.com> * Update CI * Revert "Fix thread include" This reverts commit 1427fb6. * fix * Fix Signed-off-by: Pablo Garrido <pablogs9@gmail.com> --------- Signed-off-by: Pablo Garrido <pablogs9@gmail.com> (cherry picked from commit cd321ca) Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 92b7343 commit a88be1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
image: ubuntu:22.04
2424
steps:
2525
- uses: actions/checkout@v3
26-
- uses: ros-tooling/setup-ros@0.6.2
26+
- uses: ros-tooling/setup-ros@0.7.1
2727
with:
2828
use-ros2-testing: false
2929
required-ros-distributions: ${{ matrix.ros_distribution }}
3030
- name : Download and install dependencies
3131
run: |
3232
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
3333
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
34-
- uses : ros-tooling/action-ros-ci@0.3.2
34+
- uses : ros-tooling/action-ros-ci@0.3.6
3535
with:
3636
package-name: "micro_ros_agent"
3737
target-ros2-distro: ${{ matrix.ros_distribution }}

micro_ros_agent/include/agent/graph_manager/graph_manager.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
#include <string>
6666
#include <memory>
6767
#include <map>
68+
#include <thread>
6869

6970
namespace uros {
7071
namespace agent {

0 commit comments

Comments
 (0)