[webview] Missing Config include

This was causing CI builds to fail, since WEBVIEW_WITH_WEBKIT
is defined only in the Config file, not on the command-line.
This crept in accidentally while trying to get rid of that
config file entirely.
This commit is contained in:
Adriaan de Groot 2020-08-24 17:36:18 +02:00
parent b65b5228e1
commit d6d3b41484

View File

@ -17,6 +17,7 @@
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
*/
#include "WebViewConfig.h"
#include "WebViewStep.h"
#include <QVariant>