mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-30 18:38:52 +00:00
Add missing #include <cstring>
This commit is contained in:
parent
83b3c34185
commit
848351f1fc
@ -13,6 +13,7 @@
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
static char const* whoami = 0;
|
||||
static bool static_id = false;
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <cstring>
|
||||
|
||||
class TerminateParsing
|
||||
{
|
||||
|
@ -1,8 +1,9 @@
|
||||
#include <iostream>
|
||||
#include <qpdf/BufferInputSource.hh>
|
||||
#include <qpdf/PointerHolder.hh>
|
||||
#include <qpdf/Buffer.hh>
|
||||
#include <qpdf/QPDFTokenizer.hh>
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
|
||||
static PointerHolder<Buffer>
|
||||
get_buffer()
|
||||
|
Loading…
x
Reference in New Issue
Block a user