diff --git a/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h b/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h
index 415dd33b6c4ce475e99e7fb6a31a7819cba8fa8c..d4ff8fee60be41e8a1e6a6730b5d9acfb8ddb9df 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
 {