diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-05-20 16:17:50 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-05-20 17:19:48 +0100 |
commit | 8a5f0eda8ea253ff8198132e76ad1814258f3cf9 (patch) | |
tree | ecd560c94991d07460a4e832100511e4ee0afa19 /gui | |
parent | 2c092d9c52b2ccb85345ef67d6a9e93bca343623 (diff) |
gui: Ensure QDataStream is included.
Diffstat (limited to 'gui')
-rw-r--r-- | gui/qubjson.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/qubjson.cpp b/gui/qubjson.cpp index 3cff8d60..68ca4fc4 100644 --- a/gui/qubjson.cpp +++ b/gui/qubjson.cpp @@ -29,6 +29,7 @@ #include <QDebug> #include <QVariant> #include <QJsonArray> +#include <QDataStream> #include "ubjson.hpp" |