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;