aboutsummaryrefslogtreecommitdiff
path: root/src/common/threadpool.h
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-12-18 18:30:08 +0100
committerselsta <selsta@sent.at>2022-12-18 19:47:01 +0100
commitcbc297acfb6b0213fe55408a0cc73494559ed8b0 (patch)
tree0c3f97fbab30bb3ffb6ebd8ca2f26a4bb65be1dc /src/common/threadpool.h
parent8cb10345d6fa6733bfeb2084cd4cd71713cf3f8b (diff)
downloadmonzero-core-cbc297acfb6b0213fe55408a0cc73494559ed8b0.tar.gz
monzero-core-cbc297acfb6b0213fe55408a0cc73494559ed8b0.tar.xz
monzero-core-cbc297acfb6b0213fe55408a0cc73494559ed8b0.zip
common: add missing includes
Diffstat (limited to 'src/common/threadpool.h')
-rw-r--r--src/common/threadpool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/threadpool.h b/src/common/threadpool.h
index 53421e18b..fcf8ca945 100644
--- a/src/common/threadpool.h
+++ b/src/common/threadpool.h
@@ -31,6 +31,7 @@
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>
#include <cstddef>
+#include <deque>
#include <functional>
#include <utility>
#include <vector>