mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibPDF: Add missing headers to Reader.h
This commit is contained in:
parent
6836ca2136
commit
6089c4d97d
Notes:
sideshowbarker
2024-07-18 05:01:22 +09:00
Author: https://github.com/BenWiederhake
Commit: 6089c4d97d
Pull-request: https://github.com/SerenityOS/serenity/pull/10080
Reviewed-by: https://github.com/alimpfard
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
#include <AK/Debug.h>
|
||||
#include <AK/Function.h>
|
||||
#include <AK/ScopeGuard.h>
|
||||
#include <AK/Span.h>
|
||||
#include <AK/String.h>
|
||||
|
||||
namespace PDF {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue