aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 03:49:12 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 04:29:31 +0200
commit848351f1fc855ae76ace60dc508b872b14059d6e (patch)
tree7af69318cbc3b60ee9eeb219a59951dfbb12d6a2 /libqpdf
parent83b3c34185277450936f83b26dc62ce649e5b81f (diff)
downloadqpdf-848351f1fc855ae76ace60dc508b872b14059d6e.tar.zst
Add missing #include <cstring>
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/QPDFObjectHandle.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/QPDFObjectHandle.cc b/libqpdf/QPDFObjectHandle.cc
index a3147940..a3605604 100644
--- a/libqpdf/QPDFObjectHandle.cc
+++ b/libqpdf/QPDFObjectHandle.cc
@@ -28,6 +28,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <limits.h>
+#include <cstring>
class TerminateParsing
{