Browse Source

LibPDF: Add missing headers in Value.h

Ben Wiederhake 3 years ago
parent
commit
7ddd11729d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Userland/Libraries/LibPDF/Value.h

+ 2 - 0
Userland/Libraries/LibPDF/Value.h

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