diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-22 15:08:30 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-22 15:21:06 -0400 |
commit | fa7361907a0a5d6698bb7e8e45fa5ac034b81066 (patch) | |
tree | ab9b6037f55bde2a5f6b9a9bb695fc512d055543 /src/txmempool.h | |
parent | 25cc1cf8dc03b9ba0ae886d354855adc207b5b6e (diff) |
boost: split stream classes out of serialize.h
serialization now has no dependencies.
Diffstat (limited to 'src/txmempool.h')
-rw-r--r-- | src/txmempool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index ad190eea9d..85cf5310ff 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -12,6 +12,8 @@ #include "core.h" #include "sync.h" +class CAutoFile; + inline bool AllowFree(double dPriority) { // Large (in bytes) low-priority (new, small-coin) transactions |