From 86e540896b5a76698df0ac3927954315bddcb87a Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Tue, 19 Feb 2019 20:25:35 +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