summaryrefslogtreecommitdiffstats
path: root/src/core/find_text_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/find_text_helper.h')
-rw-r--r--src/core/find_text_helper.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/find_text_helper.h b/src/core/find_text_helper.h
index cdea3c2f8..f795731e3 100644
--- a/src/core/find_text_helper.h
+++ b/src/core/find_text_helper.h
@@ -52,8 +52,12 @@
#define FIND_TEXT_HELPER_H
#include <QtWebEngineCore/private/qtwebenginecoreglobal_p.h>
-#include <QtWebEngineCore/private/qwebenginecallback_p.h>
+
#include <QJSValue>
+#include <QMap>
+#include <QString>
+
+#include <functional>
namespace content {
class WebContents;