mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibWeb: Add missing includes to Editing/Commands.h
clangd is complaining loudly about these.
This commit is contained in:
parent
2da615ed31
commit
f001dbea30
Notes:
github-actions[bot]
2025-07-25 22:41:33 +00:00
Author: https://github.com/trflynn89
Commit: f001dbea30
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5608
Reviewed-by: https://github.com/gmta ✅
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/FlyString.h>
|
||||
#include <AK/Function.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
|
||||
namespace Web::Editing {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue