Skip to content

Commit db3e326

Browse files
committed
Merge branch 'main' into channel-fwd
2 parents a11987e + 8f977f9 commit db3e326

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'src/**'
8-
- 'README.md'
7+
- "src/**"
8+
- "README.md"
99
branches: [main]
1010

1111
jobs:
@@ -30,7 +30,7 @@ jobs:
3030
run: doxygen Doxyfile
3131

3232
- name: Upload artifacts
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: html-docs
3636
path: etc/docs/api/current

src/viam/sdk/resource/resource_manager.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#pragma once
55

66
#include <memory>
7+
#include <mutex>
78
#include <string>
89
#include <type_traits>
910
#include <unordered_map>

0 commit comments

Comments
 (0)