Commit 33dbe43e4ec564f3c6538b1b0faf63354e314362
1 parent
492db82f
include DLL.hh
git-svn-id: svn+q:///qpdf/trunk@698 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
5 changed files
with
6 additions
and
2 deletions
libqpdf/BitStream.cc
libqpdf/qpdf/BitStream.hh
libqpdf/qpdf/BitWriter.hh
libqpdf/qpdf/MD5.hh
| @@ -3,6 +3,7 @@ | @@ -3,6 +3,7 @@ | ||
| 3 | #define __MD5_HH__ | 3 | #define __MD5_HH__ |
| 4 | 4 | ||
| 5 | #include <string> | 5 | #include <string> |
| 6 | +#include <qpdf/DLL.hh> | ||
| 6 | #include <qpdf/QEXC.hh> | 7 | #include <qpdf/QEXC.hh> |
| 7 | #include <qpdf/qpdf-config.h> | 8 | #include <qpdf/qpdf-config.h> |
| 8 | #ifdef HAVE_INTTYPES_H | 9 | #ifdef HAVE_INTTYPES_H |
libqpdf/qpdf/PCRE.hh
| @@ -11,6 +11,7 @@ | @@ -11,6 +11,7 @@ | ||
| 11 | #include <pcre.h> | 11 | #include <pcre.h> |
| 12 | #include <string> | 12 | #include <string> |
| 13 | 13 | ||
| 14 | +#include <qpdf/DLL.hh> | ||
| 14 | #include <qpdf/QEXC.hh> | 15 | #include <qpdf/QEXC.hh> |
| 15 | 16 | ||
| 16 | // Note: this class does not encapsulate all features of the PCRE | 17 | // Note: this class does not encapsulate all features of the PCRE |