Skip to content

Commit 0de9a4d

Browse files
committed
Included missing header file for boost (bind/placeholders)
1 parent 82414be commit 0de9a4d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/validation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
#include <boost/algorithm/string/replace.hpp>
4848
#include <boost/thread.hpp>
49+
#include <boost/bind.hpp>
4950

5051
#if defined(NDEBUG)
5152
# error "DigiByte cannot be compiled without assertions."

src/validationinterface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <atomic>
1818
#include <future>
1919

20+
#include <boost/bind.hpp>
2021
#include <boost/signals2/signal.hpp>
2122

2223
struct MainSignalsInstance {

0 commit comments

Comments
 (0)