1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:17:44 +00:00

LibWeb: Add some missing includes

This commit is contained in:
Hendiadyoin1 2022-09-13 16:02:25 +02:00 committed by Andreas Kling
parent 6dcc808994
commit 5bd34f115e
3 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,8 @@
#pragma once
#include <LibJS/Heap/GCPtr.h>
#include <LibWeb/Bindings/PlatformObject.h>
#include <LibWeb/WebGL/WebGLRenderingContextBase.h>
namespace Web::WebGL {