From 1f3690d1f2ff28c62aa244264f23f26a68589a01 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Tue, 30 Sep 2014 15:53:11 +0200 Subject: [PATCH 5/5] Include QMultiHash Otherwise it fails to build on some systems. It's used so it needs to be pulled. --- qt/src/component.cpp | 1 + qt/src/database.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/qt/src/component.cpp b/qt/src/component.cpp index a829edd..5b84c0a 100644 --- a/qt/src/component.cpp +++ b/qt/src/component.cpp @@ -22,6 +22,7 @@ #include #include #include +#include using namespace Appstream; diff --git a/qt/src/database.cpp b/qt/src/database.cpp index 3279e9b..ff0720f 100644 --- a/qt/src/database.cpp +++ b/qt/src/database.cpp @@ -29,6 +29,7 @@ #include #include #include +#include using namespace Appstream; -- 2.1.0