]> git.tdb.fi Git - builder.git/blobdiff - source/lib/installcomponent.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / installcomponent.h
index 457256d6d14be9863672e42e7268cce5ebdb9b39..69441c81dc40393b701921f781163a86ad2f013d 100644 (file)
@@ -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) { }