aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/groupnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/groupnode.h')
-rw-r--r--node/groupnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/groupnode.h b/node/groupnode.h
index e09bf19..1872afa 100644
--- a/node/groupnode.h
+++ b/node/groupnode.h
@@ -25,6 +25,7 @@
#include "node/executionnode.h"
#include "result/scalarresult.h"
// typedef QList<qint64> DieGroup;
+#include <QList>
class DieGroup : public QList<qint64>
{