summarylogtreecommitdiffstats
path: root/boostbind.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boostbind.patch')
-rw-r--r--boostbind.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/boostbind.patch b/boostbind.patch
new file mode 100644
index 000000000000..f039339e9fd2
--- /dev/null
+++ b/boostbind.patch
@@ -0,0 +1,12 @@
+diff --git a/src/validationinterface.h b/src/validationinterface.h
+index 094eccf..8c5fe43 100644
+--- a/src/validationinterface.h
++++ b/src/validationinterface.h
+@@ -8,6 +8,7 @@
+
+ #include <boost/signals2/signal.hpp>
+ #include <boost/shared_ptr.hpp>
++#include <boost/bind.hpp>
+
+ class CBlock;
+ struct CBlockLocator;