mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
LibWeb: Add some missing includes
This commit is contained in:
parent
6dcc808994
commit
5bd34f115e
3 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
#include <AK/WeakPtr.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <LibGL/GLContext.h>
|
||||
#include <LibJS/Heap/GCPtr.h>
|
||||
#include <LibWeb/Bindings/PlatformObject.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
#include <LibWeb/WebGL/WebGLContextAttributes.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue