1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00

LibPDF: Add missing headers in Value.h

This commit is contained in:
Ben Wiederhake 2021-09-16 23:37:27 +02:00 committed by Ali Mohammad Pur
parent 35674b8a42
commit 7ddd11729d

View file

@ -8,6 +8,8 @@
#include <AK/Format.h>
#include <AK/RefPtr.h>
#include <AK/String.h>
#include <LibPDF/Forward.h>
namespace PDF {