mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-15 21:41:58 +00:00
LibWeb: Add missing ValueInlines include to CanvasSettings.cpp
This missing include is causing an error in distribution builds.
This commit is contained in:
parent
985a481b5a
commit
5baa85cbee
Notes:
github-actions[bot]
2025-07-06 12:16:59 +00:00
Author: https://github.com/trflynn89
Commit: 5baa85cbee
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5323
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
#include <AK/FlyString.h>
|
||||
#include <LibJS/Runtime/VM.h>
|
||||
#include <LibJS/Runtime/ValueInlines.h>
|
||||
#include <LibWeb/HTML/Canvas/CanvasSettings.h>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/canvas.html#canvasrenderingcontext2dsettings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue