mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:17:35 +00:00
LibPDF: Add missing headers to Reader.h
This commit is contained in:
parent
6836ca2136
commit
6089c4d97d
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
#include <AK/Debug.h>
|
#include <AK/Debug.h>
|
||||||
#include <AK/Function.h>
|
#include <AK/Function.h>
|
||||||
#include <AK/ScopeGuard.h>
|
#include <AK/ScopeGuard.h>
|
||||||
|
#include <AK/Span.h>
|
||||||
|
#include <AK/String.h>
|
||||||
|
|
||||||
namespace PDF {
|
namespace PDF {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue