Skip to content

Commit c0ba960

Browse files
GorNishanovandreasbuhr
authored andcommitted
std::exchange needs <utility> header
1 parent a91ffa7 commit c0ba960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/static_thread_pool.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <cassert>
1313
#include <mutex>
1414
#include <chrono>
15+
#include <utility>
1516

1617
namespace
1718
{

0 commit comments

Comments
 (0)