diff options
| author | Cory Fields <[email protected]> | 2014-10-28 21:33:23 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-10-29 00:24:40 -0400 |
| commit | 71697f97d3f9512f0af934070690c14f1c0d95ea (patch) | |
| tree | 2c0f448b9504a045f09779364214e0703733897e /src/qt/recentrequeststablemodel.cpp | |
| parent | Merge pull request #5100 (diff) | |
| download | discoin-71697f97d3f9512f0af934070690c14f1c0d95ea.tar.xz discoin-71697f97d3f9512f0af934070690c14f1c0d95ea.zip | |
Separate protocol versioning from clientversion
Diffstat (limited to 'src/qt/recentrequeststablemodel.cpp')
| -rw-r--r-- | src/qt/recentrequeststablemodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/recentrequeststablemodel.cpp b/src/qt/recentrequeststablemodel.cpp index 5deac8007..5533adab8 100644 --- a/src/qt/recentrequeststablemodel.cpp +++ b/src/qt/recentrequeststablemodel.cpp @@ -5,6 +5,7 @@ #include "recentrequeststablemodel.h" #include "bitcoinunits.h" +#include "clientversion.h" #include "guiutil.h" #include "optionsmodel.h" #include "streams.h" |