aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_LZWDecoder.cc
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-05-20 13:22:32 +0200
committerm-holger <m-holger@kubitscheck.org>2023-05-20 16:41:25 +0200
commite28f4efb00d5040fa71532d76e63aa7ade105c99 (patch)
tree58cc2f9435a7bcc230858220574a9f08c431fc20 /libqpdf/Pl_LZWDecoder.cc
parent7f043fe88ed8d7ce14a67cbfaf0c0b18015b8f9f (diff)
downloadqpdf-e28f4efb00d5040fa71532d76e63aa7ade105c99.tar.zst
Replace deprecated C++ includes
Diffstat (limited to 'libqpdf/Pl_LZWDecoder.cc')
-rw-r--r--libqpdf/Pl_LZWDecoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/Pl_LZWDecoder.cc b/libqpdf/Pl_LZWDecoder.cc
index 000fb64b..1c2d6807 100644
--- a/libqpdf/Pl_LZWDecoder.cc
+++ b/libqpdf/Pl_LZWDecoder.cc
@@ -4,7 +4,7 @@
#include <qpdf/QTC.hh>
#include <qpdf/QUtil.hh>
#include <stdexcept>
-#include <string.h>
+#include <cstring>
Pl_LZWDecoder::Pl_LZWDecoder(
char const* identifier, Pipeline* next, bool early_code_change) :