summaryrefslogtreecommitdiffstats
path: root/src/core/api/qtwebenginecoreglobal_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/api/qtwebenginecoreglobal_p.h')
-rw-r--r--src/core/api/qtwebenginecoreglobal_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/api/qtwebenginecoreglobal_p.h b/src/core/api/qtwebenginecoreglobal_p.h
index 0a6ae3f91..d7625a24a 100644
--- a/src/core/api/qtwebenginecoreglobal_p.h
+++ b/src/core/api/qtwebenginecoreglobal_p.h
@@ -51,7 +51,9 @@
// We mean it.
//
-#include "qtwebenginecoreglobal.h"
+#include <QtWebEngineCore/qtwebenginecoreglobal.h>
+#include <QtCore/private/qglobal_p.h>
+#include <QtWebEngineCore/private/qtwebenginecore-config_p.h>
#ifdef QT_WEBENGINE_LOGGING
#define QT_NOT_YET_IMPLEMENTED fprintf(stderr, "function %s not implemented! - %s:%d\n", __func__, __FILE__, __LINE__);