2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-29 00:10:54 +00:00

include DLL.hh

git-svn-id: svn+q:///qpdf/trunk@698 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-09-26 15:19:12 +00:00
parent 492db82f6f
commit 33dbe43e4e
5 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,3 @@
#include <qpdf/BitStream.hh>
// See comments in bits.cc

View File

@ -3,6 +3,8 @@
#ifndef __BITSTREAM_HH__
#define __BITSTREAM_HH__
#include <qpdf/DLL.hh>
class BitStream
{
public:

View File

@ -3,6 +3,8 @@
#ifndef __BITWRITER_HH__
#define __BITWRITER_HH__
#include <qpdf/DLL.hh>
class Pipeline;
class BitWriter

View File

@ -3,6 +3,7 @@
#define __MD5_HH__
#include <string>
#include <qpdf/DLL.hh>
#include <qpdf/QEXC.hh>
#include <qpdf/qpdf-config.h>
#ifdef HAVE_INTTYPES_H

View File

@ -11,6 +11,7 @@
#include <pcre.h>
#include <string>
#include <qpdf/DLL.hh>
#include <qpdf/QEXC.hh>
// Note: this class does not encapsulate all features of the PCRE