1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:27:35 +00:00

LibPDF: Add missing headers to XRefTable.h

This commit is contained in:
Ben Wiederhake 2021-09-16 21:30:04 +02:00 committed by Ali Mohammad Pur
parent 6089c4d97d
commit 05006e63c4

View file

@ -7,6 +7,8 @@
#pragma once
#include <AK/Format.h>
#include <AK/RefCounted.h>
#include <AK/String.h>
namespace PDF {