1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:47:44 +00:00

LibPDF: Add missing headers to Reader.h

This commit is contained in:
Ben Wiederhake 2021-09-16 21:28:39 +02:00 committed by Ali Mohammad Pur
parent 6836ca2136
commit 6089c4d97d

View file

@ -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 {