From 24a9f5aeb5349f534992848a2715cdc24d2f827a Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Sat, 9 Dec 2017 00:03:30 +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