We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6961bcf commit 3fb898aCopy full SHA for 3fb898a
src/miner/internal/miner-base.cpp
@@ -15,6 +15,7 @@
15
16
#include <assert.h>
17
18
+#include <boost/thread.hpp>
19
20
MinerBase::MinerBase(MinerContextRef ctx, std::size_t device_index) : _ctx(ctx), _device_index(device_index){};
21
0 commit comments