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 #include <qpdf/BitStream.hh> 1 #include <qpdf/BitStream.hh>
4 2
5 // See comments in bits.cc 3 // See comments in bits.cc
libqpdf/qpdf/BitStream.hh
@@ -3,6 +3,8 @@ @@ -3,6 +3,8 @@
3 #ifndef __BITSTREAM_HH__ 3 #ifndef __BITSTREAM_HH__
4 #define __BITSTREAM_HH__ 4 #define __BITSTREAM_HH__
5 5
  6 +#include <qpdf/DLL.hh>
  7 +
6 class BitStream 8 class BitStream
7 { 9 {
8 public: 10 public:
libqpdf/qpdf/BitWriter.hh
@@ -3,6 +3,8 @@ @@ -3,6 +3,8 @@
3 #ifndef __BITWRITER_HH__ 3 #ifndef __BITWRITER_HH__
4 #define __BITWRITER_HH__ 4 #define __BITWRITER_HH__
5 5
  6 +#include <qpdf/DLL.hh>
  7 +
6 class Pipeline; 8 class Pipeline;
7 9
8 class BitWriter 10 class BitWriter
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