mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
LibPDF: Add missing headers to Forward.h
This commit is contained in:
parent
de15a6a657
commit
6836ca2136
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Forward.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
|
||||
namespace PDF {
|
||||
|
||||
class Document;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue