diff options
| author | Cory Fields <[email protected]> | 2014-10-22 15:08:30 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-10-22 15:21:06 -0400 |
| commit | fa7361907a0a5d6698bb7e8e45fa5ac034b81066 (patch) | |
| tree | ab9b6037f55bde2a5f6b9a9bb695fc512d055543 /src/qt/recentrequeststablemodel.cpp | |
| parent | Merge pull request #4981 (diff) | |
| download | discoin-fa7361907a0a5d6698bb7e8e45fa5ac034b81066.tar.xz discoin-fa7361907a0a5d6698bb7e8e45fa5ac034b81066.zip | |
boost: split stream classes out of serialize.h
serialization now has no dependencies.
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 0e5802922..5deac8007 100644 --- a/src/qt/recentrequeststablemodel.cpp +++ b/src/qt/recentrequeststablemodel.cpp @@ -7,6 +7,7 @@ #include "bitcoinunits.h" #include "guiutil.h" #include "optionsmodel.h" +#include "streams.h" #include <boost/foreach.hpp> |