From e5d4816e9a7ee73661b8fb7fa2719d7942a249e6 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Fri, 22 Mar 2019 08:42:38 +0000 Subject: [PATCH] detect_opengl_es2 Gbp-Pq: Name detect_opengl_es2.diff --- Source/WTF/wtf/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h index 3f2069e7..77db21f5 100644 --- a/Source/WTF/wtf/Platform.h +++ b/Source/WTF/wtf/Platform.h @@ -1057,7 +1057,7 @@ #if PLATFORM(QT) #ifdef __cplusplus -#include +#include #endif #if defined(QT_OPENGL_ES_2) && !defined(USE_OPENGL_ES_2) #define USE_OPENGL_ES_2 1 -- 2.30.2