Commit 33dbe43e4ec564f3c6538b1b0faf63354e314362

Authored by Jay Berkenbilt
1 parent 492db82f

include DLL.hh

git-svn-id: svn+q:///qpdf/trunk@698 71b93d88-0707-0410-a8cf-f5a4172ac649
libqpdf/BitStream.cc
1   -
2   -
3 1 #include <qpdf/BitStream.hh>
4 2  
5 3 // See comments in bits.cc
... ...
libqpdf/qpdf/BitStream.hh
... ... @@ -3,6 +3,8 @@
3 3 #ifndef __BITSTREAM_HH__
4 4 #define __BITSTREAM_HH__
5 5  
  6 +#include <qpdf/DLL.hh>
  7 +
6 8 class BitStream
7 9 {
8 10 public:
... ...
libqpdf/qpdf/BitWriter.hh
... ... @@ -3,6 +3,8 @@
3 3 #ifndef __BITWRITER_HH__
4 4 #define __BITWRITER_HH__
5 5  
  6 +#include <qpdf/DLL.hh>
  7 +
6 8 class Pipeline;
7 9  
8 10 class BitWriter
... ...
libqpdf/qpdf/MD5.hh
... ... @@ -3,6 +3,7 @@
3 3 #define __MD5_HH__
4 4  
5 5 #include <string>
  6 +#include <qpdf/DLL.hh>
6 7 #include <qpdf/QEXC.hh>
7 8 #include <qpdf/qpdf-config.h>
8 9 #ifdef HAVE_INTTYPES_H
... ...
libqpdf/qpdf/PCRE.hh
... ... @@ -11,6 +11,7 @@
11 11 #include <pcre.h>
12 12 #include <string>
13 13  
  14 +#include <qpdf/DLL.hh>
14 15 #include <qpdf/QEXC.hh>
15 16  
16 17 // Note: this class does not encapsulate all features of the PCRE
... ...