Skip to content

Commit

Permalink
Include
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakTjernberg committed Apr 10, 2024
1 parent c8bd50c commit 2694619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/core/lib/gprpp/thd_posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <stdio.h>

#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
Expand Down
4 changes: 2 additions & 2 deletions src/cpp/thread_manager/thread_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ class ThreadManager {
// not be called (and the need for this WorkerThread class is eliminated)
class WorkerThread {
public:
explicit WorkerThread(ThreadManager* thd_mgr,
const std::size_t stack_size_limit = 0);
WorkerThread(ThreadManager* thd_mgr,
const std::size_t stack_size_limit = 0);
~WorkerThread();

bool created() const { return created_; }
Expand Down

0 comments on commit 2694619

Please sign in to comment.