Add missing GL includes in WASM compositor

IDEs (vscode) have problems with missing includes.

Change-Id: I2618aaaf79c81a2c3566682e13caf31133ece631
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
Mikolaj Boc 2022-09-26 09:16:57 +02:00
parent c36412603d
commit 93f15f81c6

View File

@ -8,6 +8,7 @@
#include "qwasmclipboard.h"
#include "qwasmevent.h"
#include <QtOpenGL/qopenglpixeltransferoptions.h>
#include <QtOpenGL/qopengltexture.h>
#include <QtGui/private/qwindow_p.h>
@ -24,6 +25,8 @@
#include <emscripten/bind.h>
#include <GL/gl.h>
namespace {
QWasmWindow *asWasmWindow(QWindow *window)
{