mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Add missing includes to Editing/Commands.h
clangd is complaining loudly about these.
This commit is contained in:
parent
2da615ed31
commit
f001dbea30
|
|
@ -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…
Reference in New Issue
Block a user