aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThorsten Schöning <6223655+ams-tschoening@users.noreply.github.com>2019-02-13 10:37:13 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2019-03-11 21:57:16 +0100
commit9b3314042a565b4a248132a3ea95791e92cf8bf9 (patch)
treebefc0f5461415d554aee6048755e9382fe164013 /include
parentda7c2c0ee90104524ed98a2370af0ea70a0f6d0d (diff)
downloadqpdf-9b3314042a565b4a248132a3ea95791e92cf8bf9.tar.zst
[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
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 634c9bd1..c8dfcc88 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -30,6 +30,7 @@
#include <map>
#include <list>
#include <iostream>
+#include <vector>
#include <qpdf/QPDFExc.hh>
#include <qpdf/QPDFObjGen.hh>