diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-12-08 14:24:10 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-12-08 14:24:49 +0100 |
| commit | 70370ae502df8756f3a067a00ccd61b9fc819581 (patch) | |
| tree | 1f3beb9dcdaa036ea822573cf461e6566287bef8 /src/qt/guiutil.cpp | |
| parent | Merge pull request #3322 (diff) | |
| parent | [Qt] small notificator and style changes (diff) | |
| download | discoin-70370ae502df8756f3a067a00ccd61b9fc819581.tar.xz discoin-70370ae502df8756f3a067a00ccd61b9fc819581.zip | |
Merge pull request #3348
ccd1372 [Qt] small notificator and style changes (Philip Kaufmann)
Diffstat (limited to 'src/qt/guiutil.cpp')
| -rw-r--r-- | src/qt/guiutil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 2ce09b479..8f8d67dc5 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -32,6 +32,7 @@ #include <boost/filesystem.hpp> #include <boost/filesystem/fstream.hpp> + #include <QAbstractItemView> #include <QApplication> #include <QClipboard> |