mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibWeb: Add missing FlyString include to CSS/URL.h
clangd is complaining about this.
This commit is contained in:
parent
6dba720370
commit
3ae2220534
Notes:
github-actions[bot]
2025-06-03 23:31:51 +00:00
Author: https://github.com/trflynn89
Commit: 3ae2220534
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4980
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <AK/FlyString.h>
|
||||||
#include <AK/String.h>
|
#include <AK/String.h>
|
||||||
#include <AK/Vector.h>
|
#include <AK/Vector.h>
|
||||||
#include <LibGC/Ptr.h>
|
#include <LibGC/Ptr.h>
|
||||||
|
@ -35,6 +36,7 @@ public:
|
||||||
private:
|
private:
|
||||||
using Value = Variant<CrossOriginModifierValue, ReferrerPolicyModifierValue, FlyString>;
|
using Value = Variant<CrossOriginModifierValue, ReferrerPolicyModifierValue, FlyString>;
|
||||||
RequestURLModifier(Type, Value);
|
RequestURLModifier(Type, Value);
|
||||||
|
|
||||||
Type m_type;
|
Type m_type;
|
||||||
Value m_value;
|
Value m_value;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue