X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Finstallcomponent.h;h=69441c81dc40393b701921f781163a86ad2f013d;hb=6ce67e1469bf62156ddf64e33644851f9064c6ed;hp=457256d6d14be9863672e42e7268cce5ebdb9b39;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;p=builder.git diff --git a/source/lib/installcomponent.h b/source/lib/installcomponent.h index 457256d..69441c8 100644 --- a/source/lib/installcomponent.h +++ b/source/lib/installcomponent.h @@ -2,8 +2,9 @@ #define INSTALLCOMPONENT_H_ #include "component.h" +#include "libbuilder_api.h" -class InstallComponent: public Component +class LIBBUILDER_API InstallComponent: public Component { public: InstallComponent(SourcePackage &p, const std::string &n): Component(p, n) { }