Skip to content

Commit

Permalink
doc: Add missing <thread> to main io_context example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Dec 7, 2024
1 parent edef475 commit d373fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/main-io-context-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <grpcpp/server_builder.h>

#include <string_view>
#include <thread>

namespace asio = boost::asio;

Expand Down

0 comments on commit d373fbf

Please sign in to comment.