mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibPDF: Add missing headers to XRefTable.h
This commit is contained in:
parent
6089c4d97d
commit
05006e63c4
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/BenWiederhake
Commit: 05006e63c4
Pull-request: https://github.com/SerenityOS/serenity/pull/10080
Reviewed-by: https://github.com/alimpfard
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Format.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/String.h>
|
||||
|
||||
namespace PDF {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue