Skip to content

Commit 3fb898a

Browse files
authored
[FIX] add missing include
1 parent 6961bcf commit 3fb898a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/miner/internal/miner-base.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include <assert.h>
1717

18+
#include <boost/thread.hpp>
1819

1920
MinerBase::MinerBase(MinerContextRef ctx, std::size_t device_index) : _ctx(ctx), _device_index(device_index){};
2021

0 commit comments

Comments
 (0)