summaryrefslogtreecommitdiffstats
path: root/libtests
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-03-29 20:52:03 +0200
committerm-holger <m-holger@kubitscheck.org>2023-04-01 14:58:06 +0200
commita7b6975132eed94905eb784a0e267e575cade2cb (patch)
tree832972f365977d6bb0678198fd93caa11bd4844f /libtests
parentd3f2dc322b8e6341d1c16b03c8d6f894c363ed8b (diff)
downloadqpdf-a7b6975132eed94905eb784a0e267e575cade2cb.tar.zst
Remove SparseOHArray
Diffstat (limited to 'libtests')
-rw-r--r--libtests/sparse_array.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtests/sparse_array.cc b/libtests/sparse_array.cc
index a970b199..9f31c96f 100644
--- a/libtests/sparse_array.cc
+++ b/libtests/sparse_array.cc
@@ -1,6 +1,7 @@
#include <qpdf/assert_test.h>
#include <qpdf/QPDFObjectHandle.hh>
+#include <qpdf/QPDFObject_private.hh>
#include <qpdf/QPDF_Array.hh>
#include <iostream>