Skip to content

Commit

Permalink
Add missing header needed for std::find (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
vksnk authored Dec 3, 2024
1 parent 89e5ccd commit 97db1aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/thread_pool.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "base/thread_pool.h"

#include <algorithm>
#include <cassert>
#include <functional>
#include <mutex>
Expand Down

0 comments on commit 97db1aa

Please sign in to comment.