X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fbinarypackage.h;h=b7d3294be7c25b6d9d38f6fd213af61d3e07141c;hb=1df42c314669f30fe1d82f02fdfeeff19f92964e;hp=62a8acf3fc6ba70bc2a2d2c215c7359cf8b8a5d9;hpb=b7ecf9d6203492a43bf98e7c611b81c5594cbd00;p=builder.git diff --git a/source/lib/binarypackage.h b/source/lib/binarypackage.h index 62a8acf..b7d3294 100644 --- a/source/lib/binarypackage.h +++ b/source/lib/binarypackage.h @@ -1,13 +1,14 @@ #ifndef BINARYPACKAGE_H_ #define BINARYPACKAGE_H_ +#include "libbuilder_api.h" #include "package.h" /** Represents a package that is installed on the system, but can't be built by Builder. */ -class BinaryPackage: public Package +class LIBBUILDER_API BinaryPackage: public Package { public: class Loader: public Msp::DataFile::DerivedObjectLoader