mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
AK: Add missing includes to StringData.h
Opening StringData.h in any clangd-enabled editor previously resulted in a sea of clangd errors.
This commit is contained in:
parent
af220af8bf
commit
77eef8a8f6
Notes:
github-actions[bot]
2024-07-20 07:31:42 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/77eef8a8f67 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/724
1 changed files with 4 additions and 0 deletions
|
@ -6,7 +6,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Error.h>
|
||||
#include <AK/FlyString.h>
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/StringBase.h>
|
||||
#include <AK/kmalloc.h>
|
||||
|
||||
namespace AK::Detail {
|
||||
|
|
Loading…
Reference in a new issue