Skip to content

Commit a2c8bf2

Browse files
committed
include cond var
1 parent 05b21d8 commit a2c8bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/sdk/robot/client.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/// @brief gRPC client implementation for a `robot`.
44
#pragma once
55

6-
#include <atomic>
6+
#include <condition_variable>
77
#include <string>
88
#include <thread>
99

0 commit comments

Comments
 (0)