repo.or.cz
/
gentoo-zh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dev-vcs/sourcegit-bin: update Manifest
[gentoo-zh.git]
/
dev-cpp
/
cppcoro
/
files
/
cppcoro-include-utility.patch
blob
a9c1b4902915dc0f5365978c10b0f2ec4cf1a08e
1
diff --git a/lib/static_thread_pool.cpp b/lib/static_thread_pool.cpp
2
index 989a6a9..0b91b9c 100644
3
--- a/lib/static_thread_pool.cpp
4
+++ b/lib/static_thread_pool.cpp
5
@@ -12,6 +12,7 @@
6
#include <cassert>
7
#include <mutex>
8
#include <chrono>
9
+#include <utility>
10
11
namespace
12
{