Skip to content

Add missing includes to PdfInfo.h

We use std::istream and std::ostream, so we also need the relevant includes to prevent compilation errors when including PdfInfo.h by another project.

Merge request reports