Skip to content

Commit

Permalink
Explicitly include <vector> in tcp_server.h
Browse files Browse the repository at this point in the history
  • Loading branch information
urfeex committed Jan 13, 2025
1 parent 54d00d0 commit 2a7c56b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ur_client_library/comm/tcp_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <chrono>
#include <functional>
#include <thread>
#include <vector>

namespace urcl
{
Expand Down

0 comments on commit 2a7c56b

Please sign in to comment.