Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Commit a825441

Browse files
committed
Include <algorithm> for std::max.
1 parent ff92170 commit a825441

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ThreadPool.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <atomic>
3636
#include <functional>
3737
#include <stdexcept>
38+
#include <algorithm>
3839

3940

4041
namespace progschj {

0 commit comments

Comments
 (0)