From fa7361907a0a5d6698bb7e8e45fa5ac034b81066 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Wed, 22 Oct 2014 15:08:30 -0400 Subject: boost: split stream classes out of serialize.h serialization now has no dependencies. --- src/txmempool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/txmempool.h') 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 -- cgit v1.2.3