mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
missing strlen.h causes problems with gcc 4.3
git-svn-id: svn+q:///qpdf/trunk@606 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
a981741baf
commit
0ceb79cfdd
@ -1,3 +1,7 @@
|
|||||||
|
2008-05-03 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
|
* libqpdf/PCRE.cc: added missing include of <string.h>
|
||||||
|
|
||||||
2008-04-26 Jay Berkenbilt <ejb@ql.org>
|
2008-04-26 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
* 2.0: initial public release
|
* 2.0: initial public release
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <qpdf/PCRE.hh>
|
#include <qpdf/PCRE.hh>
|
||||||
#include <qpdf/QUtil.hh>
|
#include <qpdf/QUtil.hh>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <strlen.h>
|
||||||
|
|
||||||
PCRE::Exception::Exception(std::string const& message)
|
PCRE::Exception::Exception(std::string const& message)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user