mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Andreas Kling
parent
af220af8bf
commit
77eef8a8f6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user