LibWeb: Add missing WebGL includes

This commit is contained in:
Undefine
2025-11-03 16:17:26 +01:00
committed by Alexander Kalenik
parent ed921b66f5
commit 7f0f1c3266
Notes: github-actions[bot] 2025-11-05 01:21:15 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#include <LibGfx/Bitmap.h>
#include <LibWeb/Bindings/PlatformObject.h>
#include <LibWeb/Forward.h>
#include <LibWeb/WebGL/Types.h>
#include <LibWeb/WebGL/WebGLRenderingContextBase.h>
#include <LibWeb/WebIDL/Types.h>