From e59e6abcc8815d79e8b75b7d384f05b826cab00e Mon Sep 17 00:00:00 2001 From: Adriaan de Groot 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 415dd33b6..d4ff8fee6 100644 --- a/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h +++ b/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h @@ -1,6 +1,7 @@ /* === This file is part of Calamares - === * * Copyright 2016, Teo Mrnjavac + * Copyright 2018, Adriaan de Groot * * 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 +#include +#include namespace Calamares {