aboutsummaryrefslogtreecommitdiff
path: root/src/checkqueue.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-08-27 15:51:57 +1000
committerGavin Andresen <[email protected]>2013-11-04 11:27:02 +1000
commit319b11607f8592d7ef67ec82fa73545ad7430974 (patch)
tree35a62a9d0df1c0bb9157e8cc85ab086c01c55217 /src/checkqueue.h
parentMerge pull request #3193 from joshtriplett/patch-1 (diff)
downloaddiscoin-319b11607f8592d7ef67ec82fa73545ad7430974.tar.xz
discoin-319b11607f8592d7ef67ec82fa73545ad7430974.zip
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Diffstat (limited to 'src/checkqueue.h')
-rw-r--r--src/checkqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checkqueue.h b/src/checkqueue.h
index eba424fba..6e2f609fc 100644
--- a/src/checkqueue.h
+++ b/src/checkqueue.h
@@ -4,6 +4,7 @@
#ifndef CHECKQUEUE_H
#define CHECKQUEUE_H
+#include <boost/foreach.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/locks.hpp>
#include <boost/thread/condition_variable.hpp>