Skip to content

Commit 00f1cef

Browse files
authored
[FIX] add missing include
1 parent 557a227 commit 00f1cef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/fluid/fluiddynode.cpp

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

11+
#include <boost/thread.hpp>
12+
1113
CFluidDynodeDB* pFluidDynodeDB = NULL;
1214

1315
bool GetFluidDynodeData(const CScript& scriptPubKey, CFluidDynode& entry)
@@ -195,4 +197,4 @@ bool CheckFluidDynodeDB()
195197
return false;
196198

197199
return true;
198-
}
200+
}

0 commit comments

Comments
 (0)