Skip to content

Commit e1fed2b

Browse files
authored
[FIX] add missing include
1 parent a4a9ac1 commit e1fed2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/fluid/fluidmint.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#include "operations.h"
1010
#include "script/script.h"
1111

12+
#include <boost/thread.hpp>
13+
1214
CFluidMintDB* pFluidMintDB = NULL;
1315

1416
bool GetFluidMintData(const CScript& scriptPubKey, CFluidMint& entry)
@@ -201,4 +203,4 @@ bool CheckFluidMintDB()
201203
return false;
202204

203205
return true;
204-
}
206+
}

0 commit comments

Comments
 (0)