소스 검색

LibPDF: Add missing headers in Value.h

Ben Wiederhake 3 년 전
부모
커밋
7ddd11729d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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/RefPtr.h>
+#include <AK/String.h>
+#include <LibPDF/Forward.h>
 
 namespace PDF {