X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fbinarypackage.h;h=b7d3294be7c25b6d9d38f6fd213af61d3e07141c;hb=6ce67e1469bf62156ddf64e33644851f9064c6ed;hp=62a8acf3fc6ba70bc2a2d2c215c7359cf8b8a5d9;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;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