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
commit 7ddd11729d
Notes: sideshowbarker 2024-07-18 03:37:16 +09:00

View file

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