From 02980eb506e2b624d539a2dfb29bbe1834dd07a0 Mon Sep 17 00:00:00 2001
From: Aqua-sama <aqua@iserlohn-fortress.net>
Date: Mon, 4 Sep 2017 16:20:09 +0200
Subject: Split off Bookmarks into static lib

---
 src/webengine/webengineprofile.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/webengine')

diff --git a/src/webengine/webengineprofile.cpp b/src/webengine/webengineprofile.cpp
index 583be3e..9745949 100644
--- a/src/webengine/webengineprofile.cpp
+++ b/src/webengine/webengineprofile.cpp
@@ -22,6 +22,7 @@
 #include "browser.h"
 #include <QSettings>
 #include <QWebEngineSettings>
+#include <QFile>
 
 WebEngineProfile::WebEngineProfile(QObject *parent) :
     QWebEngineProfile(parent)
-- 
cgit v1.2.1