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

LibPDF: Add missing headers to Forward.h

This commit is contained in:
Ben Wiederhake 2021-09-16 21:27:34 +02:00 committed by Ali Mohammad Pur
parent de15a6a657
commit 6836ca2136

View file

@ -6,6 +6,9 @@
#pragma once
#include <AK/Forward.h>
#include <AK/StdLibExtras.h>
namespace PDF {
class Document;