mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Add missing Promise.h include in DocumentLoading.cpp
This commit is contained in:
committed by
Gregory Bertilson
parent
1c7aca7e07
commit
7994d27c8d
Notes:
github-actions[bot]
2026-03-02 23:08:45 +00:00
Author: https://github.com/Zaggy1024 Commit: https://github.com/LadybirdBrowser/ladybird/commit/7994d27c8db Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8197 Reviewed-by: https://github.com/gmta ✅
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <AK/Debug.h>
|
||||
#include <AK/LexicalPath.h>
|
||||
#include <LibCore/Promise.h>
|
||||
#include <LibGfx/ImageFormats/ImageDecoder.h>
|
||||
#include <LibTextCodec/Decoder.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
|
||||
Reference in New Issue
Block a user