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
Notes: sideshowbarker 2024-07-18 05:37:06 +09:00

View File

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