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:
parent
c36412603d
commit
93f15f81c6
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user