Commit 0ceb79cfdd15e0d456b400be20baa4ea4fc70ae3
1 parent
a981741b
missing strlen.h causes problems with gcc 4.3
git-svn-id: svn+q:///qpdf/trunk@606 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
2 changed files
with
5 additions
and
1 deletions
ChangeLog
libqpdf/PCRE.cc
| 1 | 1 | ||
| 2 | - | ||
| 3 | #include <qpdf/PCRE.hh> | 2 | #include <qpdf/PCRE.hh> |
| 4 | #include <qpdf/QUtil.hh> | 3 | #include <qpdf/QUtil.hh> |
| 5 | 4 | ||
| 6 | #include <iostream> | 5 | #include <iostream> |
| 6 | +#include <strlen.h> | ||
| 7 | 7 | ||
| 8 | PCRE::Exception::Exception(std::string const& message) | 8 | PCRE::Exception::Exception(std::string const& message) |
| 9 | { | 9 | { |