Commit 9b3314042a565b4a248132a3ea95791e92cf8bf9

Authored by Thorsten Schöning
Committed by Jay Berkenbilt
1 parent da7c2c0e

[bcc32 Error] QPDF.hh(203): E2316 'vector' is not a member of 'std'

Full parser context
    QPDF.cc(2): #include ..\..\..\..\src\include\qpdf\QPDF.hh
    QPDF.hh(46): class QPDF
Showing 1 changed file with 1 additions and 0 deletions
include/qpdf/QPDF.hh
@@ -30,6 +30,7 @@ @@ -30,6 +30,7 @@
30 #include <map> 30 #include <map>
31 #include <list> 31 #include <list>
32 #include <iostream> 32 #include <iostream>
  33 +#include <vector>
33 34
34 #include <qpdf/QPDFExc.hh> 35 #include <qpdf/QPDFExc.hh>
35 #include <qpdf/QPDFObjGen.hh> 36 #include <qpdf/QPDFObjGen.hh>