diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-28 21:33:23 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-29 00:24:40 -0400 |
commit | 71697f97d3f9512f0af934070690c14f1c0d95ea (patch) | |
tree | 2c0f448b9504a045f09779364214e0703733897e /src/txmempool.cpp | |
parent | 723c7526368badda15df8ac1ffc047a0ab2e384a (diff) |
Separate protocol versioning from clientversion
Diffstat (limited to 'src/txmempool.cpp')
-rw-r--r-- | src/txmempool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txmempool.cpp b/src/txmempool.cpp index c042dd8467..d3d9cb8a01 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -5,6 +5,7 @@ #include "txmempool.h" +#include "clientversion.h" #include "streams.h" #include "util.h" #include "utilmoneystr.h" |