From e59e6abcc8815d79e8b75b7d384f05b826cab00e Mon Sep 17 00:00:00 2001
From: Adriaan de Groot <groot@kde.org>
Date: Thu, 10 May 2018 05:37:18 -0400
Subject: [PATCH] [libcalamaresui] Fix build

 - Include all headers for types that need to be fully-defined
   (e.g. return types). This guards against uses in contexts where
   those headers have not been implicitly or previously included.

FIXES #948
---
 src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h b/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h
index 415dd33b6c..d4ff8fee60 100644
--- a/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h
+++ b/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h
@@ -1,6 +1,7 @@
 /* === This file is part of Calamares - <http://github.com/calamares> ===
  *
  *   Copyright 2016, Teo Mrnjavac <teo@kde.org>
+ *   Copyright 2018, Adriaan de Groot <groot@kde.org>
  *
  *   Calamares is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by
@@ -19,8 +20,9 @@
 #ifndef PYTHONQTGLOBALSTORAGEWRAPPER_H
 #define PYTHONQTGLOBALSTORAGEWRAPPER_H
 
-
 #include <QObject>
+#include <QStringList>
+#include <QVariant>
 
 namespace Calamares
 {
-- 
GitLab