diff options
| author | Gavin Andresen <[email protected]> | 2013-08-27 15:51:57 +1000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-11-04 11:27:02 +1000 |
| commit | 319b11607f8592d7ef67ec82fa73545ad7430974 (patch) | |
| tree | 35a62a9d0df1c0bb9157e8cc85ab086c01c55217 /src/checkqueue.h | |
| parent | Merge pull request #3193 from joshtriplett/patch-1 (diff) | |
| download | discoin-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.h | 1 |
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> |